From 858f359d4b5d38ec3a7ed2c7e3157ad6f35ea6b8 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 15 Jan 2024 22:34:05 -0700 Subject: [PATCH] Revert "Refactor and rename to Thresholds" This reverts commit cd9d5488060cd3eb2b71906c9cf6f9c30e29a07b. --- CONTRIBUTING.md | 4 +- Roadmap.txt | 2 +- gradle.properties | 4 +- server_resource_pack/pack.mcmeta | 2 +- .../ThresholdsMod.java => otemod/OTEMod.java} | 109 +- .../blocks/AuroraDoorBlock.java | 47 +- .../blocks/CompressionChamberBlock.java | 10 +- .../blocks/FoiledBlockItem.java | 2 +- .../blocks/ItemScrubberBlock.java | 203 +- .../blocks/MagicalScrubberBlock.java | 204 +- .../blocks/ModBlocks.java | 293 +- .../blocks/ParallaxWindow.java | 4 +- .../entity/CompressionChamberBlockEntity.java | 17 +- .../entity/ItemScrubberBlockEntity.java | 584 +- .../entity/MagicalScrubberBlockEntity.java | 664 +- .../blocks/entity/ModEntities.java | 63 +- .../blocks/entity/ParallaxWindowEntity.java | 5 +- .../blocks/types/AlternatePaneBlock.java | 80 +- .../chat/ChatServerOverride.java | 266 +- .../ParallaxWindowEntityRenderer.java | 5 +- .../commands/CommandRegistry.java | 220 +- .../commands/FlyCommand.java | 104 +- .../commands/antigrief/HealNow.java | 16 +- .../items/ShareItemInChatCommand.java | 10 +- .../profilecmds/ChatColorCommand.java | 119 +- .../profilecmds/NameColorCommand.java | 121 +- .../commands/profilecmds/NickCommand.java | 112 +- .../profilecmds/PrefixColorCommand.java | 121 +- .../commands/profilecmds/PrefixCommand.java | 110 +- .../commands/vaults/StarterCommand.java | 22 +- .../commands/vaults/TrashCommand.java | 96 +- .../commands/vaults/VaultCommand.java | 120 +- .../commands/zschem/LoadSchem.java | 278 +- .../commands/zschem/Place.java | 150 +- .../commands/zschem/PlaceAsAir.java | 164 +- .../commands/zschem/SaveSchem.java | 250 +- .../commands/zschem/SetPos1.java | 88 +- .../commands/zschem/SetPos2.java | 88 +- .../configs/OTEServerConfig.java} | 191 +- .../configs/PlayerFlyCache.java | 52 +- .../database/OTEDatastore.java | 2 +- .../effects/FlightEffect.java | 8 +- .../effects/ModEffects.java | 6 +- .../BorrowedProtectionEnchantment.java | 2 +- .../enchantments/FlightEnchantment.java | 223 +- .../enchantments/MobEggEnchantment.java | 153 +- .../enchantments/ModEnchantments.java | 56 +- .../enchantments/NightVisionEnchantment.java | 14 +- .../entities/ModEntityTypes.java | 10 +- .../entities/monsters/PossumEntity.java | 2 +- .../entities/monsters/client/PossumModel.java | 2 +- .../monsters/client/PossumRenderer.java | 2 +- .../events/ClientEvents.java | 78 +- .../events/EventHandler.java | 281 +- .../events/LoreHandlers.java | 331 +- .../events/ModEventBusEvents.java | 12 +- .../implementation/CreativeModeTabs.java | 11 +- .../implementation/DeathMessages.java | 3 +- .../implementation/InventoryBackup.java | 9 +- .../otemod/implementation/Messages.java | 32 + .../implementation/MouseHelpers.java | 2 +- .../OutputItemStackHandler.java | 88 +- .../implementation/PlayerFirstJoinTag.java | 2 +- .../StarterKitDoesNotExistException.java | 2 +- .../compressor/CompressionChamberMenu.java | 11 +- .../compressor/CompressionChamberScreen.java | 10 +- .../implementation/energy/OTEEnergy.java | 84 +- .../energy/screenrenderer/EnergyInfoArea.java | 4 +- .../energy/screenrenderer/InfoArea.java | 5 +- .../events/VaultCreatedEvent.java | 6 +- .../events/VaultDeletedEvent.java | 2 +- .../events/VaultModifiedEvent.java | 3 +- .../implementation/inits/ModMenuTypes.java | 82 +- .../scrubber/ItemScrubberMenu.java | 300 +- .../scrubber/ItemScrubberScreen.java | 199 +- .../scrubber/MagicalScrubberMenu.java | 300 +- .../scrubber/MagicalScrubberScreen.java | 199 +- .../vault/NoMoreVaultException.java | 2 +- .../implementation/vault/Starter.java | 3 +- .../vault/StarterContainer.java | 6 +- .../implementation/vault/StarterMenu.java | 4 +- .../implementation/vault/StarterProvider.java | 7 +- .../implementation/vault/StarterScreen.java | 10 +- .../implementation/vault/Vault.java | 2 +- .../implementation/vault/VaultContainer.java | 232 +- .../implementation/vault/VaultMenu.java | 305 +- .../implementation/vault/VaultProvider.java | 10 +- .../implementation/vault/VaultScreen.java | 175 +- .../implementation/vault/VaultWatcher.java | 89 +- .../integrations/KeyBindings.java | 58 +- .../integrations/LuckPermsHelper.java | 77 +- .../items/IhanCrystal.java | 22 +- .../items/ModItems.java | 155 +- .../items/PossBallItem.java | 5 +- .../items/ThrownPossBall.java | 8 +- .../items/UnstableSingularity.java | 6 +- .../items/VaultItem.java | 23 +- .../items/tags/ItemStatTag.java | 56 +- .../items/tags/ItemStatType.java | 26 +- .../items/tags/ItemStatistics.java | 94 +- .../items/tags/ModIDs.java | 44 +- .../networking/ModMessages.java | 116 +- .../packets/EnergySyncS2CPacket.java | 8 +- .../packets/OpenStarterVaultC2SPacket.java | 7 +- .../packets/OpenVaultC2SPacket.java | 122 +- .../ore/ModdedOrePlacement.java | 2 +- .../ore/OreGenerator.java | 2 +- .../permissions/Permissions.java | 26 +- .../recipe/CompressionChamberRecipe.java | 6 +- .../recipe/ModRecipes.java | 6 +- .../zontreck/otemod/recipes/ModRecipes.java | 5 + .../registry/PerPlayerDataRegistry.java | 12 +- .../zschem/BlockContainerList.java | 261 +- .../zschem/BlockSaver.java | 174 +- .../zschem/EventHandler.java | 179 +- .../zschem/HealRunner.java | 155 +- .../zschem/MemoryHolder.java | 356 +- .../zschem/StoredBlock.java | 330 +- .../zschem/WorldProp.java | 292 +- .../thresholds/implementation/Messages.java | 32 - .../thresholds/recipes/ModRecipes.java | 5 - .../animations/possum.animation.json | 0 .../otemod/blockstates/aurora_block.json | 7 + .../blockstates/aurora_door.json | 248 +- .../blockstates/black.json | 2 +- .../otemod/blockstates/clear_glass_block.json | 7 + .../otemod/blockstates/cobalt_block.json | 7 + .../blockstates/cobalt_ore.json | 2 +- .../compressed_obsidian_block.json | 7 + .../blockstates/compression_chamber.json | 19 + .../deepslate_eternium_ore_block.json | 7 + .../deepslate_ilusium_ore_block.json | 7 + .../otemod/blockstates/eternium_block.json | 7 + .../blockstates/eternium_ore_block.json | 7 + .../otemod/blockstates/ilusium_block.json | 7 + .../otemod/blockstates/ilusium_ore_block.json | 7 + .../otemod/blockstates/ilusium_portal.json | 10 + .../otemod/blockstates/item_scrubber.json | 19 + .../layered_compressed_obsidian_block.json | 7 + .../otemod/blockstates/liminal_tile_slab.json | 13 + .../blockstates/liminal_tile_stairs.json | 80 +- .../otemod/blockstates/liminal_tiles.json | 7 + .../otemod/blockstates/liminal_window.json | 30 + .../blockstates/liminal_window_abyss.json | 30 + .../blockstates/liminal_window_dusk.json | 30 + .../blockstates/liminal_window_noon.json | 30 + .../otemod/blockstates/magical_scrubber.json | 19 + .../nether_vault_steel_ore_block.json | 7 + .../otemod/blockstates/raw_cobalt_ore.json | 7 + .../blockstates/stable_singularity.json | 7 + .../blockstates/vault_steel_ore_block.json | 7 + .../geo/possum.geo.json | 0 .../resources/assets/otemod/lang/en_us.json | 92 + .../models/block/aurora_block.json | 6 +- .../models/block/aurora_door_bottom.json | 16 +- .../block/aurora_door_bottom_hinge.json | 16 +- .../models/block/aurora_door_top.json | 16 +- .../models/block/aurora_door_top_hinge.json | 16 +- .../models/block/black.json | 2 +- .../models/block/clear_glass_block.json | 2 +- .../models/block/cobalt_block.json | 2 +- .../models/block/cobalt_ore.json | 2 +- .../block/compressed_obsidian_block.json | 6 + .../models/block/compression_chamber.bbmodel | 0 .../models/block/compression_chamber.json | 12 +- .../block/deepslate_eternium_ore_block.json | 6 + .../block/deepslate_ilusium_ore_block.json | 6 + .../models/block/eternium_block.json | 2 +- .../models/block/eternium_ore_block.json | 2 +- .../models/block/ilusium_block.json | 2 +- .../models/block/ilusium_ore_block.json | 6 + .../models/block/ilusium_portal_ew.json | 0 .../models/block/ilusium_portal_ns.json | 0 .../models/block/item_scrubber.json | 6 +- .../models/block/item_scrubber.json.old | 12 + .../layered_compressed_obsidian_block.json | 6 + .../models/block/liminal_tile_slab.json | 8 + .../models/block/liminal_tile_slab_top.json | 8 + .../models/block/liminal_tile_stairs.json | 8 + .../block/liminal_tile_stairs_inner.json | 8 + .../block/liminal_tile_stairs_outer.json | 8 + .../models/block/liminal_tiles.json | 2 +- .../models/block/liminal_window.json | 0 .../models/block/liminal_window_abyss.json | 10 + .../models/block/liminal_window_dusk.json | 10 + .../models/block/liminal_window_noon.json | 10 + .../models/block/magical_scrubber.json | 10 +- .../block/nether_vault_steel_ore_block.json | 6 + .../models/block/raw_cobalt_ore.json | 2 +- .../models/block/stable_singularity.json | 6 +- .../models/block/vault_steel_ore_block.json | 6 + .../otemod/models/item/aurora_block.json | 3 + .../models/item/aurora_compound.json} | 2 +- .../models/item/aurora_door.json | 2 +- .../assets/otemod/models/item/black.json | 3 + .../models/item/clear_glass_block.json | 0 .../otemod/models/item/cobalt_block.json | 3 + .../models/item/cobalt_ingot.json | 2 +- .../assets/otemod/models/item/cobalt_ore.json | 3 + .../item/compressed_obsidian_block.json | 3 + .../item/compressed_obsidian_sheet.json} | 2 +- .../models/item/compression_chamber.json | 3 + .../item/deepslate_eternium_ore_block.json | 3 + .../item/deepslate_ilusium_ore_block.json | 3 + .../models/item/empty_spawn_egg.json | 2 +- .../models/item/encased_singularity.json | 6 + .../otemod/models/item/eternium_block.json | 3 + .../models/item/eternium_fragment.json} | 2 +- .../otemod/models/item/eternium_ingot.json | 6 + .../otemod/models/item/eternium_ore.json | 6 + .../models/item/eternium_ore_block.json | 3 + .../otemod/models/item/eternium_rod.json | 6 + .../otemod/models/item/ihan_crystal.json | 6 + .../otemod/models/item/ilusium_block.json | 3 + .../otemod/models/item/ilusium_dust.json | 6 + .../otemod/models/item/ilusium_ingot.json | 6 + .../models/item/ilusium_ore.json | 2 +- .../otemod/models/item/ilusium_ore_block.json | 3 + .../models/item/ilusium_rod.json | 2 +- .../otemod/models/item/item_scrubber.json | 3 + .../layered_compressed_obsidian_block.json | 3 + .../layered_compressed_obsidian_sheet.json | 6 + .../otemod/models/item/liminal_tile_slab.json | 3 + .../models/item/liminal_tile_stairs.json | 3 + .../otemod/models/item/liminal_tiles.json | 3 + .../models/item/liminal_window.json | 2 +- .../models/item/liminal_window_abyss.json | 2 +- .../models/item/liminal_window_dusk.json | 2 +- .../models/item/liminal_window_noon.json | 2 +- .../otemod/models/item/magical_scrubber.json | 3 + .../models/item/melted_ender_pearl.json | 6 + .../item/nether_vault_steel_ore_block.json | 3 + .../models/item/poss_ball.json | 2 +- .../models/item/possum_spawn_egg.json | 0 .../models/item/raw_cobalt.json | 2 +- .../otemod/models/item/raw_cobalt_ore.json | 3 + .../models/item/raw_vault_steel_ore.json | 6 + .../otemod/models/item/scrubber_frame.json | 6 + .../models/item/scrubber_frame_piece.json} | 2 +- .../models/item/singularity.json | 2 +- .../models/item/stable_singularity.json | 3 + .../models/item/vault.json | 2 +- .../models/item/vault_fragment_center.json} | 2 +- .../models/item/vault_fragment_left.json | 6 + .../models/item/vault_fragment_lower.json | 6 + .../item/vault_fragment_lower_left.json} | 2 +- .../item/vault_fragment_lower_right.json | 6 + .../models/item/vault_fragment_right.json | 6 + .../models/item/vault_fragment_upper.json | 6 + .../item/vault_fragment_upper_left.json} | 2 +- .../item/vault_fragment_upper_right.json | 6 + .../otemod/models/item/vault_steel_ingot.json | 6 + .../models/item/vault_steel_ore_block.json | 3 + .../textures/block/aurora/body.png | Bin .../textures/block/aurora/inside.png | Bin .../textures/block/aurora_block.png | Bin .../textures/block/aurora_door_bottom.png | Bin .../textures/block/aurora_door_top.png | Bin .../textures/block/black.png | Bin .../textures/block/clear_glass_block.png | Bin .../textures/block/cobalt_block.png | Bin .../textures/block/cobalt_ore.png | Bin .../block/compressed_obsidian_block.png | Bin .../compression_chamber/bottom_plate.png | Bin .../compression_chamber/compression_lid.png | Bin .../block/compression_chamber/compressor.png | Bin .../block/compression_chamber/power.png | Bin .../block/compression_chamber/support0.png | Bin .../block/deepslate_eternium_ore_block.png | Bin .../block/deepslate_ilusium_ore_block.png | Bin .../textures/block/eternium_block.png | Bin .../textures/block/eternium_ore_block.png | Bin .../textures/block/ilusium_block.png | Bin .../textures/block/ilusium_ore_block.png | Bin .../textures/block/ilusium_portal.aseprite | Bin .../textures/block/ilusium_portal.png | Bin .../layered_compressed_obsidian_block.png | Bin .../textures/block/liminal_tiles.png | Bin .../block/nether_vault_steel_ore_block.png | Bin .../textures/block/raw_cobalt_ore.png | Bin .../textures/block/scrubber/center_cube.png | Bin .../textures/block/scrubber/corner_cube.png | Bin .../textures/block/scrubber/frame_bars.png | Bin .../block/scrubber/inner_corner_cubes.png | Bin .../scrubber/scrubber_old_internal_cube.png | Bin .../block/scrubber/scrubber_right.png | Bin .../textures/block/scrubber/scrubber_top.png | Bin .../scrubber/stable_singularity_body.png | Bin .../scrubber/stable_singularity_inner.png | Bin .../textures/block/vault_steel_ore_block.png | Bin .../textures/entity/possum_texture.png | Bin .../energized_compression_chamber.aseprite | Bin .../gui/energized_compression_chamber.png | Bin .../textures/gui/gui-template.aseprite | Bin .../textures/gui/item_scrubber_gui.png | Bin .../textures/gui/vault.png | Bin .../textures/gui/vaultmenu.aseprite | Bin .../textures/item/aurora_compound.png | Bin .../textures/item/aurora_door.png | Bin .../textures/item/clone_ball.png | Bin .../textures/item/cobalt_ingot.png | Bin .../textures/item/cobalt_nugget.png | Bin .../item/compressed_obsidian_sheet.png | Bin .../textures/item/crucible.png | Bin .../textures/item/empty_spawn_egg.png | Bin .../textures/item/encased_singularity.png | Bin .../textures/item/eternium_dust.png | Bin .../textures/item/eternium_fragment.png | Bin .../textures/item/eternium_ingot.png | Bin .../textures/item/eternium_ore.png | Bin .../textures/item/eternium_rod.png | Bin .../textures/item/ihan_crystal.png | Bin .../textures/item/ilusium_dust.png | Bin .../textures/item/ilusium_ingot.aseprite | Bin .../textures/item/ilusium_ingot.png | Bin .../textures/item/ilusium_ore.png | Bin .../textures/item/ilusium_rod.png | Bin .../layered_compressed_obsidian_sheet.png | Bin .../textures/item/melted_ender_pearl.png | Bin .../textures/item/poss_ball.png | Bin .../textures/item/raw_cobalt.png | Bin .../textures/item/raw_vault_steel_ore.png | Bin .../textures/item/scrubber_frame.png | Bin .../textures/item/scrubber_frame_piece.png | Bin .../textures/item/singularity.aseprite | Bin .../textures/item/singularity.png | Bin .../textures/item/super_heated_crucible.png | Bin .../textures/item/vault.png | Bin .../textures/item/vault_fragment_center.png | Bin .../textures/item/vault_fragment_left.png | Bin .../textures/item/vault_fragment_lower.png | Bin .../item/vault_fragment_lower_left.png | Bin .../item/vault_fragment_lower_right.png | Bin .../textures/item/vault_fragment_right.png | Bin .../textures/item/vault_fragment_upper.png | Bin .../item/vault_fragment_upper_left.png | Bin .../item/vault_fragment_upper_right.png | Bin .../textures/item/vault_steel_ingot.png | Bin .../textures/mob_effect/flight.png | Bin .../textures/mob_effect/seal.aseprite | Bin .../textures/mob_effect/seal.png | Bin .../textures/sky/abyss_0.png | Bin .../textures/sky/abyss_1.png | Bin .../textures/sky/abyss_2.png | Bin .../textures/sky/abyss_3.png | Bin .../textures/sky/abyss_4.png | Bin .../textures/sky/abyss_5.png | Bin .../textures/sky/dusk_0.png | Bin .../textures/sky/dusk_1.png | Bin .../textures/sky/dusk_2.png | Bin .../textures/sky/dusk_3.png | Bin .../textures/sky/dusk_4.png | Bin .../textures/sky/dusk_5.png | Bin .../textures/sky/noon_0.png | Bin .../textures/sky/noon_1.png | Bin .../textures/sky/noon_2.png | Bin .../textures/sky/noon_3.png | Bin .../textures/sky/noon_4.png | Bin .../textures/sky/noon_5.png | Bin .../textures/sky/pdn/dusk_0.pdn | Bin .../textures/sky/pdn/dusk_1.pdn | Bin .../textures/sky/pdn/dusk_2.pdn | 0 .../textures/sky/pdn/dusk_3.pdn | 0 .../textures/sky/pdn/dusk_4.pdn | Bin .../textures/sky/pdn/dusk_5.pdn | Bin .../textures/sky/pdn/noon_0.pdn | 0 .../textures/sky/pdn/noon_1.pdn | 0 .../textures/sky/pdn/noon_2.pdn | 0 .../textures/sky/pdn/noon_3.pdn | 0 .../textures/sky/pdn/noon_4.pdn | Bin .../textures/sky/pdn/noon_5.pdn | Bin .../tinkering/modifiers/eternium.json | 0 .../thresholds/blockstates/aurora_block.json | 7 - .../blockstates/clear_glass_block.json | 7 - .../thresholds/blockstates/cobalt_block.json | 7 - .../compressed_obsidian_block.json | 7 - .../blockstates/compression_chamber.json | 19 - .../deepslate_eternium_ore_block.json | 7 - .../deepslate_ilusium_ore_block.json | 7 - .../blockstates/eternium_block.json | 7 - .../blockstates/eternium_ore_block.json | 7 - .../thresholds/blockstates/ilusium_block.json | 7 - .../blockstates/ilusium_ore_block.json | 7 - .../blockstates/ilusium_portal.json | 10 - .../thresholds/blockstates/item_scrubber.json | 19 - .../layered_compressed_obsidian_block.json | 7 - .../blockstates/liminal_tile_slab.json | 13 - .../thresholds/blockstates/liminal_tiles.json | 7 - .../blockstates/liminal_window.json | 30 - .../blockstates/liminal_window_abyss.json | 30 - .../blockstates/liminal_window_dusk.json | 30 - .../blockstates/liminal_window_noon.json | 30 - .../blockstates/magical_scrubber.json | 19 - .../nether_vault_steel_ore_block.json | 7 - .../blockstates/raw_cobalt_ore.json | 7 - .../blockstates/stable_singularity.json | 7 - .../blockstates/vault_steel_ore_block.json | 7 - .../assets/thresholds/lang/en_us.json | 92 - .../block/compressed_obsidian_block.json | 6 - .../block/deepslate_eternium_ore_block.json | 6 - .../block/deepslate_ilusium_ore_block.json | 6 - .../models/block/ilusium_ore_block.json | 6 - .../models/block/item_scrubber.json.old | 12 - .../layered_compressed_obsidian_block.json | 6 - .../models/block/liminal_tile_slab.json | 8 - .../models/block/liminal_tile_slab_top.json | 8 - .../models/block/liminal_tile_stairs.json | 8 - .../block/liminal_tile_stairs_inner.json | 8 - .../block/liminal_tile_stairs_outer.json | 8 - .../models/block/liminal_window_abyss.json | 10 - .../models/block/liminal_window_dusk.json | 10 - .../models/block/liminal_window_noon.json | 10 - .../block/nether_vault_steel_ore_block.json | 6 - .../models/block/vault_steel_ore_block.json | 6 - .../thresholds/models/item/aurora_block.json | 3 - .../assets/thresholds/models/item/black.json | 3 - .../thresholds/models/item/cobalt_block.json | 3 - .../thresholds/models/item/cobalt_ore.json | 3 - .../item/compressed_obsidian_block.json | 3 - .../item/compressed_obsidian_sheet.json | 6 - .../models/item/compression_chamber.json | 3 - .../item/deepslate_eternium_ore_block.json | 3 - .../item/deepslate_ilusium_ore_block.json | 3 - .../models/item/eternium_block.json | 3 - .../models/item/eternium_ingot.json | 6 - .../models/item/eternium_ore_block.json | 3 - .../thresholds/models/item/eternium_rod.json | 6 - .../thresholds/models/item/ilusium_block.json | 3 - .../thresholds/models/item/ilusium_dust.json | 6 - .../thresholds/models/item/ilusium_ingot.json | 6 - .../models/item/ilusium_ore_block.json | 3 - .../thresholds/models/item/item_scrubber.json | 3 - .../layered_compressed_obsidian_block.json | 3 - .../layered_compressed_obsidian_sheet.json | 6 - .../models/item/liminal_tile_slab.json | 3 - .../models/item/liminal_tile_stairs.json | 3 - .../thresholds/models/item/liminal_tiles.json | 3 - .../models/item/magical_scrubber.json | 3 - .../item/nether_vault_steel_ore_block.json | 3 - .../models/item/raw_cobalt_ore.json | 3 - .../models/item/raw_vault_steel_ore.json | 6 - .../models/item/scrubber_frame.json | 6 - .../models/item/scrubber_frame_piece.json | 6 - .../models/item/stable_singularity.json | 3 - .../models/item/vault_fragment_center.json | 6 - .../models/item/vault_fragment_left.json | 6 - .../models/item/vault_fragment_lower.json | 6 - .../item/vault_fragment_lower_left.json | 6 - .../item/vault_fragment_lower_right.json | 6 - .../models/item/vault_fragment_right.json | 6 - .../models/item/vault_fragment_upper.json | 6 - .../item/vault_fragment_upper_left.json | 6 - .../item/vault_fragment_upper_right.json | 6 - .../models/item/vault_steel_ore_block.json | 3 - .../data/forge/tags/blocks/ores/eternium.json | 4 +- .../data/forge/tags/blocks/ores/ilusium.json | 4 +- .../forge/tags/blocks/ores/vaultsteel.json | 4 +- .../tags/blocks/storage_blocks/eternium.json | 2 +- .../tags/blocks/storage_blocks/ilusium.json | 2 +- .../forge/tags/items/ingots/eternium.json | 2 +- .../data/forge/tags/items/ingots/ilusium.json | 2 +- .../forge/tags/items/ingots/vaultsteel.json | 2 +- .../data/forge/tags/items/ores/eternium.json | 6 +- .../data/forge/tags/items/ores/ilusium.json | 6 +- .../forge/tags/items/ores/vaultsteel.json | 6 +- .../tags/items/raw_materials/eternium.json | 2 +- .../tags/items/raw_materials/ilusium.json | 2 +- .../tags/items/raw_materials/vaultsteel.json | 2 +- .../data/forge/tags/items/rods/eternium.json | 2 +- .../data/forge/tags/items/rods/ilusium.json | 2 +- .../tags/items/storage_blocks/eternium.json | 2 +- .../tags/items/storage_blocks/ilusium.json | 2 +- .../tags/items/unusual/experience_blocks.json | 2 +- .../tags/blocks/mineable/pickaxe.json | 30 +- .../tags/blocks/needs_diamond_tool.json | 16 +- .../tags/blocks/needs_iron_tool.json | 12 +- .../minecraft/tags/blocks/wither_immune.json | 14 +- .../dimension/resource.json | 410058 +++++++-------- .../dimension/threshold.json | 4 +- .../dimension_type/resource.json | 40 +- .../dimension_type/threshold.json | 0 .../disabled_stuff/.placeholder | 0 .../disabled_stuff/chunkdel.mcfunction | 70 +- .../disabled_stuff/eternium_disabled.disabled | 126 +- .../forge/biome_modifier/eternium_placer.json | 10 +- .../forge/biome_modifier/ilusium_placer.json | 2 +- .../biome_modifier/vaultsteel_placer.json | 10 +- .../vaultsteel_placer_nether.json | 2 +- .../functions/.placeholder | 0 .../loot_tables/blocks/aurora_block.json | 20 + .../loot_tables/blocks/aurora_door.json} | 38 +- .../blocks/compressed_obsidian_block.json} | 2 +- .../blocks/compression_chamber.json} | 2 +- .../blocks/deepslate_eternium_ore_block.json} | 98 +- .../blocks/deepslate_ilusium_ore_block.json} | 4 +- .../loot_tables/blocks/eternium_block.json} | 2 +- .../blocks/eternium_ore_block.json} | 98 +- .../loot_tables/blocks/ilusium_block.json} | 2 +- .../loot_tables/blocks/ilusium_ore_block.json | 4 +- .../loot_tables/blocks/item_scrubber.json | 38 +- .../layered_compressed_obsidian_block.json | 20 + .../loot_tables/blocks/magical_scrubber.json | 38 +- .../blocks/nether_vault_steel_ore_block.json | 98 +- .../blocks/stable_singularity.json | 38 +- .../blocks/vault_steel_ore_block.json | 98 +- .../recipes/aurora_block.json | 34 +- .../recipes/aurora_door.json | 34 +- .../recipes/brimstone_to_sulfur.json | 0 .../recipes/clear_glass_block.json | 40 +- .../recipes/compressed_obsidian_block.json | 4 +- .../recipes/compressing/bedrock.json | 4 +- .../compressed_obsidian_sheet.json | 4 +- .../layered_compressed_obsidian_sheet.json | 11 + .../compressing/stable_singularity.json | 10 + .../recipes/compression_chamber.json | 2 +- .../recipes/crushing_brimstone.json | 0 .../recipes/empty_spawn_egg.json | 2 +- .../recipes/encased_singularity.json | 4 +- .../recipes/eternium_block.json | 34 +- .../recipes/eternium_block_to_ingot.json | 22 +- .../data/otemod/recipes/eternium_ingot.json | 17 + .../recipes/eternium_rod.json | 40 +- .../recipes/holosphere.json.old | 52 +- .../recipes/ihan_crystal.json | 38 +- .../recipes/ilusium_block.json | 4 +- .../recipes/ilusium_block_to_ingot.json | 2 +- .../recipes/ilusium_ingot_from_ore.json | 2 +- .../recipes/ilusium_rod.json | 4 +- .../recipes/item_scrubber.json | 36 +- .../layered_compressed_obsidian_block.json | 4 +- .../recipes/layered_obsidian_decompress.json | 12 + .../recipes/leather_from_rotten_flesh.json | 0 .../recipes/magical_scrubber.json | 36 +- .../recipes/melted_ender_pearl.json | 2 +- .../recipes/obsidian_decompress.json | 2 +- .../recipes/poss_ball.json | 2 +- .../sandpaper/bop_rosequartz_polish.json | 0 .../recipes/scrubber_frame.json | 40 +- .../recipes/scrubber_frame_piece.json | 32 +- .../recipes/tetra/seeping_bedrock.json | 0 .../recipes/unstable_singularity.json | 4 +- .../recipes/upgrades/tinker_sword_egging.json | 4 +- .../resources/data/otemod/recipes/vault.json | 41 + .../recipes/vault_fragment_bottom.json | 4 +- .../recipes/vault_fragment_center.json | 4 +- .../recipes/vault_fragment_left.json | 4 +- .../recipes/vault_fragment_lower_left.json | 4 +- .../recipes/vault_fragment_lower_right.json | 4 +- .../recipes/vault_fragment_right.json | 4 +- .../recipes/vault_fragment_top.json | 4 +- .../recipes/vault_fragment_upper_left.json | 4 +- .../recipes/vault_fragment_upper_right.json | 4 +- .../recipes/vaultsteel_ingot.json | 2 +- .../tags/modifiable/eternium.json | 0 .../tags/modifiers/gems.json | 2 +- .../data/otemod/tags/vaultsteel_loot.json | 5 + .../tinkering/enchantments_to_modifiers.json | 3 + .../tinkering/materials/traits/eggables.json | 2 +- .../tinkering/modifiers/eggables.json | 2 +- .../eternium_oregen_overworld.json | 52 +- .../ilusium_oregen_overworld.json | 2 +- .../vaultsteel_oregen_nether.json | 2 +- .../vaultsteel_oregen_overworld.json | 34 +- .../worldgen/noise_settings/resource.json | 5084 +- .../worldgen/noise_settings/threshold.json | 0 .../eternium_oregen_overworld.json | 54 +- .../ilusium_oregen_overworld.json | 2 +- .../vaultsteel_oregen_nether.json | 2 +- .../vaultsteel_oregen_overworld.json | 54 +- .../loot_tables/blocks/eternium_block.json | 20 - .../layered_compressed_obsidian_block.json | 20 - .../layered_compressed_obsidian_sheet.json | 11 - .../compressing/stable_singularity.json | 10 - .../thresholds/recipes/eternium_ingot.json | 17 - .../recipes/layered_obsidian_decompress.json | 12 - .../data/thresholds/recipes/vault.json | 41 - .../data/thresholds/tags/vaultsteel_loot.json | 5 - .../tinkering/enchantments_to_modifiers.json | 3 - 578 files changed, 215113 insertions(+), 214942 deletions(-) rename src/main/java/dev/zontreck/{thresholds/ThresholdsMod.java => otemod/OTEMod.java} (75%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/AuroraDoorBlock.java (87%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/CompressionChamberBlock.java (92%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/FoiledBlockItem.java (91%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/ItemScrubberBlock.java (89%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/MagicalScrubberBlock.java (90%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/ModBlocks.java (95%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/ParallaxWindow.java (83%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/entity/CompressionChamberBlockEntity.java (94%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/entity/ItemScrubberBlockEntity.java (93%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/entity/MagicalScrubberBlockEntity.java (93%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/entity/ModEntities.java (85%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/entity/ParallaxWindowEntity.java (89%) rename src/main/java/dev/zontreck/{thresholds => otemod}/blocks/types/AlternatePaneBlock.java (94%) rename src/main/java/dev/zontreck/{thresholds => otemod}/chat/ChatServerOverride.java (85%) rename src/main/java/dev/zontreck/{thresholds => otemod}/client/renderer/ParallaxWindowEntityRenderer.java (93%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/CommandRegistry.java (66%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/FlyCommand.java (80%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/antigrief/HealNow.java (74%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/items/ShareItemInChatCommand.java (78%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/profilecmds/ChatColorCommand.java (92%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/profilecmds/NameColorCommand.java (92%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/profilecmds/NickCommand.java (89%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/profilecmds/PrefixColorCommand.java (92%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/profilecmds/PrefixCommand.java (89%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/vaults/StarterCommand.java (83%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/vaults/TrashCommand.java (83%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/vaults/VaultCommand.java (83%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/zschem/LoadSchem.java (86%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/zschem/Place.java (73%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/zschem/PlaceAsAir.java (74%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/zschem/SaveSchem.java (85%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/zschem/SetPos1.java (79%) rename src/main/java/dev/zontreck/{thresholds => otemod}/commands/zschem/SetPos2.java (80%) rename src/main/java/dev/zontreck/{thresholds/configs/ThresholdsServerConfig.java => otemod/configs/OTEServerConfig.java} (95%) rename src/main/java/dev/zontreck/{thresholds => otemod}/configs/PlayerFlyCache.java (91%) rename src/main/java/dev/zontreck/{thresholds => otemod}/database/OTEDatastore.java (93%) rename src/main/java/dev/zontreck/{thresholds => otemod}/effects/FlightEffect.java (92%) rename src/main/java/dev/zontreck/{thresholds => otemod}/effects/ModEffects.java (80%) rename src/main/java/dev/zontreck/{thresholds => otemod}/enchantments/BorrowedProtectionEnchantment.java (94%) rename src/main/java/dev/zontreck/{thresholds => otemod}/enchantments/FlightEnchantment.java (70%) rename src/main/java/dev/zontreck/{thresholds => otemod}/enchantments/MobEggEnchantment.java (74%) rename src/main/java/dev/zontreck/{thresholds => otemod}/enchantments/ModEnchantments.java (88%) rename src/main/java/dev/zontreck/{thresholds => otemod}/enchantments/NightVisionEnchantment.java (86%) rename src/main/java/dev/zontreck/{thresholds => otemod}/entities/ModEntityTypes.java (57%) rename src/main/java/dev/zontreck/{thresholds => otemod}/entities/monsters/PossumEntity.java (96%) rename src/main/java/dev/zontreck/{thresholds => otemod}/entities/monsters/client/PossumModel.java (90%) rename src/main/java/dev/zontreck/{thresholds => otemod}/entities/monsters/client/PossumRenderer.java (92%) rename src/main/java/dev/zontreck/{thresholds => otemod}/events/ClientEvents.java (67%) rename src/main/java/dev/zontreck/{thresholds => otemod}/events/EventHandler.java (85%) rename src/main/java/dev/zontreck/{thresholds => otemod}/events/LoreHandlers.java (79%) rename src/main/java/dev/zontreck/{thresholds => otemod}/events/ModEventBusEvents.java (55%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/CreativeModeTabs.java (78%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/DeathMessages.java (96%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/InventoryBackup.java (85%) create mode 100644 src/main/java/dev/zontreck/otemod/implementation/Messages.java rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/MouseHelpers.java (92%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/OutputItemStackHandler.java (91%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/PlayerFirstJoinTag.java (94%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/StarterKitDoesNotExistException.java (58%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/compressor/CompressionChamberMenu.java (93%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/compressor/CompressionChamberScreen.java (90%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/energy/OTEEnergy.java (89%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/energy/screenrenderer/EnergyInfoArea.java (91%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/energy/screenrenderer/InfoArea.java (76%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/events/VaultCreatedEvent.java (77%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/events/VaultDeletedEvent.java (80%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/events/VaultModifiedEvent.java (81%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/inits/ModMenuTypes.java (74%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/scrubber/ItemScrubberMenu.java (94%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/scrubber/ItemScrubberScreen.java (87%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/scrubber/MagicalScrubberMenu.java (94%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/scrubber/MagicalScrubberScreen.java (87%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/NoMoreVaultException.java (83%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/Starter.java (95%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/StarterContainer.java (92%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/StarterMenu.java (98%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/StarterProvider.java (86%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/StarterScreen.java (83%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/Vault.java (96%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/VaultContainer.java (91%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/VaultMenu.java (95%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/VaultProvider.java (89%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/VaultScreen.java (78%) rename src/main/java/dev/zontreck/{thresholds => otemod}/implementation/vault/VaultWatcher.java (85%) rename src/main/java/dev/zontreck/{thresholds => otemod}/integrations/KeyBindings.java (84%) rename src/main/java/dev/zontreck/{thresholds => otemod}/integrations/LuckPermsHelper.java (70%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/IhanCrystal.java (78%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/ModItems.java (93%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/PossBallItem.java (91%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/ThrownPossBall.java (95%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/UnstableSingularity.java (80%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/VaultItem.java (70%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/tags/ItemStatTag.java (88%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/tags/ItemStatType.java (71%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/tags/ItemStatistics.java (93%) rename src/main/java/dev/zontreck/{thresholds => otemod}/items/tags/ModIDs.java (85%) rename src/main/java/dev/zontreck/{thresholds => otemod}/networking/ModMessages.java (84%) rename src/main/java/dev/zontreck/{thresholds => otemod}/networking/packets/EnergySyncS2CPacket.java (83%) rename src/main/java/dev/zontreck/{thresholds => otemod}/networking/packets/OpenStarterVaultC2SPacket.java (74%) rename src/main/java/dev/zontreck/{thresholds => otemod}/networking/packets/OpenVaultC2SPacket.java (88%) rename src/main/java/dev/zontreck/{thresholds => otemod}/ore/ModdedOrePlacement.java (96%) rename src/main/java/dev/zontreck/{thresholds => otemod}/ore/OreGenerator.java (98%) rename src/main/java/dev/zontreck/{thresholds => otemod}/permissions/Permissions.java (90%) rename src/main/java/dev/zontreck/{thresholds => otemod}/recipe/CompressionChamberRecipe.java (96%) rename src/main/java/dev/zontreck/{thresholds => otemod}/recipe/ModRecipes.java (86%) create mode 100644 src/main/java/dev/zontreck/otemod/recipes/ModRecipes.java rename src/main/java/dev/zontreck/{thresholds => otemod}/registry/PerPlayerDataRegistry.java (80%) rename src/main/java/dev/zontreck/{thresholds => otemod}/zschem/BlockContainerList.java (88%) rename src/main/java/dev/zontreck/{thresholds => otemod}/zschem/BlockSaver.java (89%) rename src/main/java/dev/zontreck/{thresholds => otemod}/zschem/EventHandler.java (87%) rename src/main/java/dev/zontreck/{thresholds => otemod}/zschem/HealRunner.java (93%) rename src/main/java/dev/zontreck/{thresholds => otemod}/zschem/MemoryHolder.java (90%) rename src/main/java/dev/zontreck/{thresholds => otemod}/zschem/StoredBlock.java (89%) rename src/main/java/dev/zontreck/{thresholds => otemod}/zschem/WorldProp.java (95%) delete mode 100644 src/main/java/dev/zontreck/thresholds/implementation/Messages.java delete mode 100644 src/main/java/dev/zontreck/thresholds/recipes/ModRecipes.java rename src/main/resources/assets/{thresholds => otemod}/animations/possum.animation.json (100%) create mode 100644 src/main/resources/assets/otemod/blockstates/aurora_block.json rename src/main/resources/assets/{thresholds => otemod}/blockstates/aurora_door.json (56%) rename src/main/resources/assets/{thresholds => otemod}/blockstates/black.json (50%) create mode 100644 src/main/resources/assets/otemod/blockstates/clear_glass_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/cobalt_block.json rename src/main/resources/assets/{thresholds => otemod}/blockstates/cobalt_ore.json (50%) create mode 100644 src/main/resources/assets/otemod/blockstates/compressed_obsidian_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/compression_chamber.json create mode 100644 src/main/resources/assets/otemod/blockstates/deepslate_eternium_ore_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/deepslate_ilusium_ore_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/eternium_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/eternium_ore_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/ilusium_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/ilusium_ore_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/ilusium_portal.json create mode 100644 src/main/resources/assets/otemod/blockstates/item_scrubber.json create mode 100644 src/main/resources/assets/otemod/blockstates/layered_compressed_obsidian_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/liminal_tile_slab.json rename src/main/resources/assets/{thresholds => otemod}/blockstates/liminal_tile_stairs.json (61%) create mode 100644 src/main/resources/assets/otemod/blockstates/liminal_tiles.json create mode 100644 src/main/resources/assets/otemod/blockstates/liminal_window.json create mode 100644 src/main/resources/assets/otemod/blockstates/liminal_window_abyss.json create mode 100644 src/main/resources/assets/otemod/blockstates/liminal_window_dusk.json create mode 100644 src/main/resources/assets/otemod/blockstates/liminal_window_noon.json create mode 100644 src/main/resources/assets/otemod/blockstates/magical_scrubber.json create mode 100644 src/main/resources/assets/otemod/blockstates/nether_vault_steel_ore_block.json create mode 100644 src/main/resources/assets/otemod/blockstates/raw_cobalt_ore.json create mode 100644 src/main/resources/assets/otemod/blockstates/stable_singularity.json create mode 100644 src/main/resources/assets/otemod/blockstates/vault_steel_ore_block.json rename src/main/resources/assets/{thresholds => otemod}/geo/possum.geo.json (100%) create mode 100644 src/main/resources/assets/otemod/lang/en_us.json rename src/main/resources/assets/{thresholds => otemod}/models/block/aurora_block.json (98%) rename src/main/resources/assets/{thresholds => otemod}/models/block/aurora_door_bottom.json (96%) rename src/main/resources/assets/{thresholds => otemod}/models/block/aurora_door_bottom_hinge.json (96%) rename src/main/resources/assets/{thresholds => otemod}/models/block/aurora_door_top.json (96%) rename src/main/resources/assets/{thresholds => otemod}/models/block/aurora_door_top_hinge.json (96%) rename src/main/resources/assets/{thresholds => otemod}/models/block/black.json (64%) rename src/main/resources/assets/{thresholds => otemod}/models/block/clear_glass_block.json (66%) rename src/main/resources/assets/{thresholds => otemod}/models/block/cobalt_block.json (55%) rename src/main/resources/assets/{thresholds => otemod}/models/block/cobalt_ore.json (56%) create mode 100644 src/main/resources/assets/otemod/models/block/compressed_obsidian_block.json rename src/main/resources/assets/{thresholds => otemod}/models/block/compression_chamber.bbmodel (100%) rename src/main/resources/assets/{thresholds => otemod}/models/block/compression_chamber.json (87%) create mode 100644 src/main/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json create mode 100644 src/main/resources/assets/otemod/models/block/deepslate_ilusium_ore_block.json rename src/main/resources/assets/{thresholds => otemod}/models/block/eternium_block.json (54%) rename src/main/resources/assets/{thresholds => otemod}/models/block/eternium_ore_block.json (52%) rename src/main/resources/assets/{thresholds => otemod}/models/block/ilusium_block.json (55%) create mode 100644 src/main/resources/assets/otemod/models/block/ilusium_ore_block.json rename src/main/resources/assets/{thresholds => otemod}/models/block/ilusium_portal_ew.json (100%) rename src/main/resources/assets/{thresholds => otemod}/models/block/ilusium_portal_ns.json (100%) rename src/main/resources/assets/{thresholds => otemod}/models/block/item_scrubber.json (97%) create mode 100644 src/main/resources/assets/otemod/models/block/item_scrubber.json.old create mode 100644 src/main/resources/assets/otemod/models/block/layered_compressed_obsidian_block.json create mode 100644 src/main/resources/assets/otemod/models/block/liminal_tile_slab.json create mode 100644 src/main/resources/assets/otemod/models/block/liminal_tile_slab_top.json create mode 100644 src/main/resources/assets/otemod/models/block/liminal_tile_stairs.json create mode 100644 src/main/resources/assets/otemod/models/block/liminal_tile_stairs_inner.json create mode 100644 src/main/resources/assets/otemod/models/block/liminal_tile_stairs_outer.json rename src/main/resources/assets/{thresholds => otemod}/models/block/liminal_tiles.json (59%) rename src/main/resources/assets/{thresholds => otemod}/models/block/liminal_window.json (100%) create mode 100644 src/main/resources/assets/otemod/models/block/liminal_window_abyss.json create mode 100644 src/main/resources/assets/otemod/models/block/liminal_window_dusk.json create mode 100644 src/main/resources/assets/otemod/models/block/liminal_window_noon.json rename src/main/resources/assets/{thresholds => otemod}/models/block/magical_scrubber.json (99%) create mode 100644 src/main/resources/assets/otemod/models/block/nether_vault_steel_ore_block.json rename src/main/resources/assets/{thresholds => otemod}/models/block/raw_cobalt_ore.json (55%) rename src/main/resources/assets/{thresholds => otemod}/models/block/stable_singularity.json (98%) create mode 100644 src/main/resources/assets/otemod/models/block/vault_steel_ore_block.json create mode 100644 src/main/resources/assets/otemod/models/item/aurora_block.json rename src/main/resources/assets/{thresholds/models/item/eternium_ore.json => otemod/models/item/aurora_compound.json} (54%) rename src/main/resources/assets/{thresholds => otemod}/models/item/aurora_door.json (59%) create mode 100644 src/main/resources/assets/otemod/models/item/black.json rename src/main/resources/assets/{thresholds => otemod}/models/item/clear_glass_block.json (100%) create mode 100644 src/main/resources/assets/otemod/models/item/cobalt_block.json rename src/main/resources/assets/{thresholds => otemod}/models/item/cobalt_ingot.json (54%) create mode 100644 src/main/resources/assets/otemod/models/item/cobalt_ore.json create mode 100644 src/main/resources/assets/otemod/models/item/compressed_obsidian_block.json rename src/main/resources/assets/{thresholds/models/item/eternium_fragment.json => otemod/models/item/compressed_obsidian_sheet.json} (50%) create mode 100644 src/main/resources/assets/otemod/models/item/compression_chamber.json create mode 100644 src/main/resources/assets/otemod/models/item/deepslate_eternium_ore_block.json create mode 100644 src/main/resources/assets/otemod/models/item/deepslate_ilusium_ore_block.json rename src/main/resources/assets/{thresholds => otemod}/models/item/empty_spawn_egg.json (53%) create mode 100644 src/main/resources/assets/otemod/models/item/encased_singularity.json create mode 100644 src/main/resources/assets/otemod/models/item/eternium_block.json rename src/main/resources/assets/{thresholds/models/item/ihan_crystal.json => otemod/models/item/eternium_fragment.json} (54%) create mode 100644 src/main/resources/assets/otemod/models/item/eternium_ingot.json create mode 100644 src/main/resources/assets/otemod/models/item/eternium_ore.json create mode 100644 src/main/resources/assets/otemod/models/item/eternium_ore_block.json create mode 100644 src/main/resources/assets/otemod/models/item/eternium_rod.json create mode 100644 src/main/resources/assets/otemod/models/item/ihan_crystal.json create mode 100644 src/main/resources/assets/otemod/models/item/ilusium_block.json create mode 100644 src/main/resources/assets/otemod/models/item/ilusium_dust.json create mode 100644 src/main/resources/assets/otemod/models/item/ilusium_ingot.json rename src/main/resources/assets/{thresholds => otemod}/models/item/ilusium_ore.json (55%) create mode 100644 src/main/resources/assets/otemod/models/item/ilusium_ore_block.json rename src/main/resources/assets/{thresholds => otemod}/models/item/ilusium_rod.json (55%) create mode 100644 src/main/resources/assets/otemod/models/item/item_scrubber.json create mode 100644 src/main/resources/assets/otemod/models/item/layered_compressed_obsidian_block.json create mode 100644 src/main/resources/assets/otemod/models/item/layered_compressed_obsidian_sheet.json create mode 100644 src/main/resources/assets/otemod/models/item/liminal_tile_slab.json create mode 100644 src/main/resources/assets/otemod/models/item/liminal_tile_stairs.json create mode 100644 src/main/resources/assets/otemod/models/item/liminal_tiles.json rename src/main/resources/assets/{thresholds => otemod}/models/item/liminal_window.json (57%) rename src/main/resources/assets/{thresholds => otemod}/models/item/liminal_window_abyss.json (57%) rename src/main/resources/assets/{thresholds => otemod}/models/item/liminal_window_dusk.json (57%) rename src/main/resources/assets/{thresholds => otemod}/models/item/liminal_window_noon.json (57%) create mode 100644 src/main/resources/assets/otemod/models/item/magical_scrubber.json create mode 100644 src/main/resources/assets/otemod/models/item/melted_ender_pearl.json create mode 100644 src/main/resources/assets/otemod/models/item/nether_vault_steel_ore_block.json rename src/main/resources/assets/{thresholds => otemod}/models/item/poss_ball.json (55%) rename src/main/resources/assets/{thresholds => otemod}/models/item/possum_spawn_egg.json (100%) rename src/main/resources/assets/{thresholds => otemod}/models/item/raw_cobalt.json (56%) create mode 100644 src/main/resources/assets/otemod/models/item/raw_cobalt_ore.json create mode 100644 src/main/resources/assets/otemod/models/item/raw_vault_steel_ore.json create mode 100644 src/main/resources/assets/otemod/models/item/scrubber_frame.json rename src/main/resources/assets/{thresholds/models/item/aurora_compound.json => otemod/models/item/scrubber_frame_piece.json} (52%) rename src/main/resources/assets/{thresholds => otemod}/models/item/singularity.json (55%) create mode 100644 src/main/resources/assets/otemod/models/item/stable_singularity.json rename src/main/resources/assets/{thresholds => otemod}/models/item/vault.json (58%) rename src/main/resources/assets/{thresholds/models/item/vault_steel_ingot.json => otemod/models/item/vault_fragment_center.json} (52%) create mode 100644 src/main/resources/assets/otemod/models/item/vault_fragment_left.json create mode 100644 src/main/resources/assets/otemod/models/item/vault_fragment_lower.json rename src/main/resources/assets/{thresholds/models/item/encased_singularity.json => otemod/models/item/vault_fragment_lower_left.json} (50%) create mode 100644 src/main/resources/assets/otemod/models/item/vault_fragment_lower_right.json create mode 100644 src/main/resources/assets/otemod/models/item/vault_fragment_right.json create mode 100644 src/main/resources/assets/otemod/models/item/vault_fragment_upper.json rename src/main/resources/assets/{thresholds/models/item/melted_ender_pearl.json => otemod/models/item/vault_fragment_upper_left.json} (50%) create mode 100644 src/main/resources/assets/otemod/models/item/vault_fragment_upper_right.json create mode 100644 src/main/resources/assets/otemod/models/item/vault_steel_ingot.json create mode 100644 src/main/resources/assets/otemod/models/item/vault_steel_ore_block.json rename src/main/resources/assets/{thresholds => otemod}/textures/block/aurora/body.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/aurora/inside.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/aurora_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/aurora_door_bottom.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/aurora_door_top.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/black.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/clear_glass_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/cobalt_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/cobalt_ore.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/compressed_obsidian_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/compression_chamber/bottom_plate.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/compression_chamber/compression_lid.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/compression_chamber/compressor.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/compression_chamber/power.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/compression_chamber/support0.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/deepslate_eternium_ore_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/deepslate_ilusium_ore_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/eternium_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/eternium_ore_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/ilusium_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/ilusium_ore_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/ilusium_portal.aseprite (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/ilusium_portal.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/layered_compressed_obsidian_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/liminal_tiles.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/nether_vault_steel_ore_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/raw_cobalt_ore.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/center_cube.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/corner_cube.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/frame_bars.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/inner_corner_cubes.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/scrubber_old_internal_cube.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/scrubber_right.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/scrubber_top.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/stable_singularity_body.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/scrubber/stable_singularity_inner.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/block/vault_steel_ore_block.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/entity/possum_texture.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/gui/energized_compression_chamber.aseprite (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/gui/energized_compression_chamber.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/gui/gui-template.aseprite (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/gui/item_scrubber_gui.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/gui/vault.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/gui/vaultmenu.aseprite (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/aurora_compound.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/aurora_door.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/clone_ball.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/cobalt_ingot.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/cobalt_nugget.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/compressed_obsidian_sheet.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/crucible.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/empty_spawn_egg.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/encased_singularity.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/eternium_dust.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/eternium_fragment.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/eternium_ingot.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/eternium_ore.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/eternium_rod.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/ihan_crystal.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/ilusium_dust.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/ilusium_ingot.aseprite (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/ilusium_ingot.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/ilusium_ore.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/ilusium_rod.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/layered_compressed_obsidian_sheet.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/melted_ender_pearl.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/poss_ball.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/raw_cobalt.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/raw_vault_steel_ore.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/scrubber_frame.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/scrubber_frame_piece.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/singularity.aseprite (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/singularity.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/super_heated_crucible.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_center.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_left.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_lower.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_lower_left.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_lower_right.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_right.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_upper.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_upper_left.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_fragment_upper_right.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/item/vault_steel_ingot.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/mob_effect/flight.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/mob_effect/seal.aseprite (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/mob_effect/seal.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/abyss_0.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/abyss_1.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/abyss_2.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/abyss_3.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/abyss_4.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/abyss_5.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/dusk_0.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/dusk_1.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/dusk_2.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/dusk_3.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/dusk_4.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/dusk_5.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/noon_0.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/noon_1.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/noon_2.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/noon_3.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/noon_4.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/noon_5.png (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/dusk_0.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/dusk_1.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/dusk_2.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/dusk_3.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/dusk_4.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/dusk_5.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/noon_0.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/noon_1.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/noon_2.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/noon_3.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/noon_4.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/textures/sky/pdn/noon_5.pdn (100%) rename src/main/resources/assets/{thresholds => otemod}/tinkering/modifiers/eternium.json (100%) delete mode 100644 src/main/resources/assets/thresholds/blockstates/aurora_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/clear_glass_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/cobalt_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/compressed_obsidian_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/compression_chamber.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/deepslate_eternium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/deepslate_ilusium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/eternium_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/eternium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/ilusium_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/ilusium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/ilusium_portal.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/item_scrubber.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/layered_compressed_obsidian_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/liminal_tile_slab.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/liminal_tiles.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/liminal_window.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/liminal_window_abyss.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/liminal_window_dusk.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/liminal_window_noon.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/magical_scrubber.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/nether_vault_steel_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/raw_cobalt_ore.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/stable_singularity.json delete mode 100644 src/main/resources/assets/thresholds/blockstates/vault_steel_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/lang/en_us.json delete mode 100644 src/main/resources/assets/thresholds/models/block/compressed_obsidian_block.json delete mode 100644 src/main/resources/assets/thresholds/models/block/deepslate_eternium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/block/deepslate_ilusium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/block/ilusium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/block/item_scrubber.json.old delete mode 100644 src/main/resources/assets/thresholds/models/block/layered_compressed_obsidian_block.json delete mode 100644 src/main/resources/assets/thresholds/models/block/liminal_tile_slab.json delete mode 100644 src/main/resources/assets/thresholds/models/block/liminal_tile_slab_top.json delete mode 100644 src/main/resources/assets/thresholds/models/block/liminal_tile_stairs.json delete mode 100644 src/main/resources/assets/thresholds/models/block/liminal_tile_stairs_inner.json delete mode 100644 src/main/resources/assets/thresholds/models/block/liminal_tile_stairs_outer.json delete mode 100644 src/main/resources/assets/thresholds/models/block/liminal_window_abyss.json delete mode 100644 src/main/resources/assets/thresholds/models/block/liminal_window_dusk.json delete mode 100644 src/main/resources/assets/thresholds/models/block/liminal_window_noon.json delete mode 100644 src/main/resources/assets/thresholds/models/block/nether_vault_steel_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/block/vault_steel_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/aurora_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/black.json delete mode 100644 src/main/resources/assets/thresholds/models/item/cobalt_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/cobalt_ore.json delete mode 100644 src/main/resources/assets/thresholds/models/item/compressed_obsidian_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/compressed_obsidian_sheet.json delete mode 100644 src/main/resources/assets/thresholds/models/item/compression_chamber.json delete mode 100644 src/main/resources/assets/thresholds/models/item/deepslate_eternium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/deepslate_ilusium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/eternium_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/eternium_ingot.json delete mode 100644 src/main/resources/assets/thresholds/models/item/eternium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/eternium_rod.json delete mode 100644 src/main/resources/assets/thresholds/models/item/ilusium_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/ilusium_dust.json delete mode 100644 src/main/resources/assets/thresholds/models/item/ilusium_ingot.json delete mode 100644 src/main/resources/assets/thresholds/models/item/ilusium_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/item_scrubber.json delete mode 100644 src/main/resources/assets/thresholds/models/item/layered_compressed_obsidian_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/layered_compressed_obsidian_sheet.json delete mode 100644 src/main/resources/assets/thresholds/models/item/liminal_tile_slab.json delete mode 100644 src/main/resources/assets/thresholds/models/item/liminal_tile_stairs.json delete mode 100644 src/main/resources/assets/thresholds/models/item/liminal_tiles.json delete mode 100644 src/main/resources/assets/thresholds/models/item/magical_scrubber.json delete mode 100644 src/main/resources/assets/thresholds/models/item/nether_vault_steel_ore_block.json delete mode 100644 src/main/resources/assets/thresholds/models/item/raw_cobalt_ore.json delete mode 100644 src/main/resources/assets/thresholds/models/item/raw_vault_steel_ore.json delete mode 100644 src/main/resources/assets/thresholds/models/item/scrubber_frame.json delete mode 100644 src/main/resources/assets/thresholds/models/item/scrubber_frame_piece.json delete mode 100644 src/main/resources/assets/thresholds/models/item/stable_singularity.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_center.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_left.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_lower.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_lower_left.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_lower_right.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_right.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_upper.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_upper_left.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_fragment_upper_right.json delete mode 100644 src/main/resources/assets/thresholds/models/item/vault_steel_ore_block.json rename src/main/resources/data/{thresholds => otemod}/dimension/resource.json (95%) rename src/main/resources/data/{thresholds => otemod}/dimension/threshold.json (65%) rename src/main/resources/data/{thresholds => otemod}/dimension_type/resource.json (95%) rename src/main/resources/data/{thresholds => otemod}/dimension_type/threshold.json (100%) rename src/main/resources/data/{thresholds => otemod}/disabled_stuff/.placeholder (100%) rename src/main/resources/data/{thresholds => otemod}/disabled_stuff/chunkdel.mcfunction (96%) rename src/main/resources/data/{thresholds => otemod}/disabled_stuff/eternium_disabled.disabled (89%) rename src/main/resources/data/{thresholds => otemod}/forge/biome_modifier/eternium_placer.json (62%) rename src/main/resources/data/{thresholds => otemod}/forge/biome_modifier/ilusium_placer.json (63%) rename src/main/resources/data/{thresholds => otemod}/forge/biome_modifier/vaultsteel_placer.json (61%) rename src/main/resources/data/{thresholds => otemod}/forge/biome_modifier/vaultsteel_placer_nether.json (62%) rename src/main/resources/data/{thresholds => otemod}/functions/.placeholder (100%) create mode 100644 src/main/resources/data/otemod/loot_tables/blocks/aurora_block.json rename src/main/resources/data/{thresholds/loot_tables/blocks/compressed_obsidian_block.json => otemod/loot_tables/blocks/aurora_door.json} (83%) rename src/main/resources/data/{thresholds/loot_tables/blocks/compression_chamber.json => otemod/loot_tables/blocks/compressed_obsidian_block.json} (84%) rename src/main/resources/data/{thresholds/loot_tables/blocks/ilusium_block.json => otemod/loot_tables/blocks/compression_chamber.json} (86%) rename src/main/resources/data/{thresholds/loot_tables/blocks/deepslate_ilusium_ore_block.json => otemod/loot_tables/blocks/deepslate_eternium_ore_block.json} (90%) rename src/main/resources/data/{thresholds/loot_tables/blocks/eternium_ore_block.json => otemod/loot_tables/blocks/deepslate_ilusium_ore_block.json} (93%) rename src/main/resources/data/{thresholds/loot_tables/blocks/aurora_door.json => otemod/loot_tables/blocks/eternium_block.json} (87%) rename src/main/resources/data/{thresholds/loot_tables/blocks/deepslate_eternium_ore_block.json => otemod/loot_tables/blocks/eternium_ore_block.json} (91%) rename src/main/resources/data/{thresholds/loot_tables/blocks/aurora_block.json => otemod/loot_tables/blocks/ilusium_block.json} (86%) rename src/main/resources/data/{thresholds => otemod}/loot_tables/blocks/ilusium_ore_block.json (93%) rename src/main/resources/data/{thresholds => otemod}/loot_tables/blocks/item_scrubber.json (83%) create mode 100644 src/main/resources/data/otemod/loot_tables/blocks/layered_compressed_obsidian_block.json rename src/main/resources/data/{thresholds => otemod}/loot_tables/blocks/magical_scrubber.json (82%) rename src/main/resources/data/{thresholds => otemod}/loot_tables/blocks/nether_vault_steel_ore_block.json (90%) rename src/main/resources/data/{thresholds => otemod}/loot_tables/blocks/stable_singularity.json (81%) rename src/main/resources/data/{thresholds => otemod}/loot_tables/blocks/vault_steel_ore_block.json (90%) rename src/main/resources/data/{thresholds => otemod}/recipes/aurora_block.json (63%) rename src/main/resources/data/{thresholds => otemod}/recipes/aurora_door.json (64%) rename src/main/resources/data/{thresholds => otemod}/recipes/brimstone_to_sulfur.json (100%) rename src/main/resources/data/{thresholds => otemod}/recipes/clear_glass_block.json (80%) rename src/main/resources/data/{thresholds => otemod}/recipes/compressed_obsidian_block.json (60%) rename src/main/resources/data/{thresholds => otemod}/recipes/compressing/bedrock.json (51%) rename src/main/resources/data/{thresholds => otemod}/recipes/compressing/compressed_obsidian_sheet.json (53%) create mode 100644 src/main/resources/data/otemod/recipes/compressing/layered_compressed_obsidian_sheet.json create mode 100644 src/main/resources/data/otemod/recipes/compressing/stable_singularity.json rename src/main/resources/data/{thresholds => otemod}/recipes/compression_chamber.json (88%) rename src/main/resources/data/{thresholds => otemod}/recipes/crushing_brimstone.json (100%) rename src/main/resources/data/{thresholds => otemod}/recipes/empty_spawn_egg.json (80%) rename src/main/resources/data/{thresholds => otemod}/recipes/encased_singularity.json (69%) rename src/main/resources/data/{thresholds => otemod}/recipes/eternium_block.json (63%) rename src/main/resources/data/{thresholds => otemod}/recipes/eternium_block_to_ingot.json (57%) create mode 100644 src/main/resources/data/otemod/recipes/eternium_ingot.json rename src/main/resources/data/{thresholds => otemod}/recipes/eternium_rod.json (82%) rename src/main/resources/data/{thresholds => otemod}/recipes/holosphere.json.old (95%) rename src/main/resources/data/{thresholds => otemod}/recipes/ihan_crystal.json (71%) rename src/main/resources/data/{thresholds => otemod}/recipes/ilusium_block.json (66%) rename src/main/resources/data/{thresholds => otemod}/recipes/ilusium_block_to_ingot.json (79%) rename src/main/resources/data/{thresholds => otemod}/recipes/ilusium_ingot_from_ore.json (78%) rename src/main/resources/data/{thresholds => otemod}/recipes/ilusium_rod.json (67%) rename src/main/resources/data/{thresholds => otemod}/recipes/item_scrubber.json (58%) rename src/main/resources/data/{thresholds => otemod}/recipes/layered_compressed_obsidian_block.json (57%) create mode 100644 src/main/resources/data/otemod/recipes/layered_obsidian_decompress.json rename src/main/resources/data/{thresholds => otemod}/recipes/leather_from_rotten_flesh.json (100%) rename src/main/resources/data/{thresholds => otemod}/recipes/magical_scrubber.json (58%) rename src/main/resources/data/{thresholds => otemod}/recipes/melted_ender_pearl.json (76%) rename src/main/resources/data/{thresholds => otemod}/recipes/obsidian_decompress.json (73%) rename src/main/resources/data/{thresholds => otemod}/recipes/poss_ball.json (87%) rename src/main/resources/data/{thresholds => otemod}/recipes/sandpaper/bop_rosequartz_polish.json (100%) rename src/main/resources/data/{thresholds => otemod}/recipes/scrubber_frame.json (67%) rename src/main/resources/data/{thresholds => otemod}/recipes/scrubber_frame_piece.json (64%) rename src/main/resources/data/{thresholds => otemod}/recipes/tetra/seeping_bedrock.json (100%) rename src/main/resources/data/{thresholds => otemod}/recipes/unstable_singularity.json (68%) rename src/main/resources/data/{thresholds => otemod}/recipes/upgrades/tinker_sword_egging.json (76%) create mode 100644 src/main/resources/data/otemod/recipes/vault.json rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_bottom.json (70%) rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_center.json (72%) rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_left.json (70%) rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_lower_left.json (67%) rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_lower_right.json (60%) rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_right.json (63%) rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_top.json (70%) rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_upper_left.json (67%) rename src/main/resources/data/{thresholds => otemod}/recipes/vault_fragment_upper_right.json (60%) rename src/main/resources/data/{thresholds => otemod}/recipes/vaultsteel_ingot.json (75%) rename src/main/resources/data/{thresholds => otemod}/tags/modifiable/eternium.json (100%) rename src/main/resources/data/{thresholds => otemod}/tags/modifiers/gems.json (67%) create mode 100644 src/main/resources/data/otemod/tags/vaultsteel_loot.json create mode 100644 src/main/resources/data/otemod/tinkering/enchantments_to_modifiers.json rename src/main/resources/data/{thresholds => otemod}/tinkering/materials/traits/eggables.json (53%) rename src/main/resources/data/{thresholds => otemod}/tinkering/modifiers/eggables.json (75%) rename src/main/resources/data/{thresholds => otemod}/worldgen/configured_feature/eternium_oregen_overworld.json (79%) rename src/main/resources/data/{thresholds => otemod}/worldgen/configured_feature/ilusium_oregen_overworld.json (91%) rename src/main/resources/data/{thresholds => otemod}/worldgen/configured_feature/vaultsteel_oregen_nether.json (83%) rename src/main/resources/data/{thresholds => otemod}/worldgen/configured_feature/vaultsteel_oregen_overworld.json (82%) rename src/main/resources/data/{thresholds => otemod}/worldgen/noise_settings/resource.json (97%) rename src/main/resources/data/{thresholds => otemod}/worldgen/noise_settings/threshold.json (100%) rename src/main/resources/data/{thresholds => otemod}/worldgen/placed_feature/eternium_oregen_overworld.json (84%) rename src/main/resources/data/{thresholds => otemod}/worldgen/placed_feature/ilusium_oregen_overworld.json (89%) rename src/main/resources/data/{thresholds => otemod}/worldgen/placed_feature/vaultsteel_oregen_nether.json (87%) rename src/main/resources/data/{thresholds => otemod}/worldgen/placed_feature/vaultsteel_oregen_overworld.json (84%) delete mode 100644 src/main/resources/data/thresholds/loot_tables/blocks/eternium_block.json delete mode 100644 src/main/resources/data/thresholds/loot_tables/blocks/layered_compressed_obsidian_block.json delete mode 100644 src/main/resources/data/thresholds/recipes/compressing/layered_compressed_obsidian_sheet.json delete mode 100644 src/main/resources/data/thresholds/recipes/compressing/stable_singularity.json delete mode 100644 src/main/resources/data/thresholds/recipes/eternium_ingot.json delete mode 100644 src/main/resources/data/thresholds/recipes/layered_obsidian_decompress.json delete mode 100644 src/main/resources/data/thresholds/recipes/vault.json delete mode 100644 src/main/resources/data/thresholds/tags/vaultsteel_loot.json delete mode 100644 src/main/resources/data/thresholds/tinkering/enchantments_to_modifiers.json diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c4fd9e..791c037 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ First of all, thank you for considering, or for contributing to any of the follo ``` LibZontreck Arias-Essentials -Thresholds +OTEMod ClaimsMod WatchMyDurability ``` @@ -20,7 +20,7 @@ Code Contributions Asset contribution ---- -2) Contributions are also accepted in the form of artwork or music, or sound, or block models from blockbench. Just simply follow the above steps to create your working base. Then send it to us in a pull request. No coding knowledge is necessary for adding these resources. Someone else can tackle that if you do not know how to code. An example of this is the Possum animal model in Thresholds. This was contributed by PossumTheWarrior via discord. +2) Contributions are also accepted in the form of artwork or music, or sound, or block models from blockbench. Just simply follow the above steps to create your working base. Then send it to us in a pull request. No coding knowledge is necessary for adding these resources. Someone else can tackle that if you do not know how to code. An example of this is the Possum animal model in OTEMod. This was contributed by PossumTheWarrior via discord. Bug reporting or feature requests ---- diff --git a/Roadmap.txt b/Roadmap.txt index 64b345b..d8fc677 100644 --- a/Roadmap.txt +++ b/Roadmap.txt @@ -4,4 +4,4 @@ Liquids Super Furnace - * Melts materials into liquids. This is how to obtain the Thresholds liquids. \ No newline at end of file + * Melts materials into liquids. This is how to obtain the OTEMod liquids. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index a9a7b4e..650cd29 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,7 +49,7 @@ mod_name=Thresholds # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1.4.011524.2217 +mod_version=1.4.011524.2056 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html @@ -57,4 +57,4 @@ mod_group_id=dev.zontreck # The authors of the mod. This is a simple text string that is used for display purposes in the mod list. mod_authors=zontreck # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list. -mod_description=Thresholds Mod \ No newline at end of file +mod_description=Only The Essentials \ No newline at end of file diff --git a/server_resource_pack/pack.mcmeta b/server_resource_pack/pack.mcmeta index fa902d9..6107fab 100644 --- a/server_resource_pack/pack.mcmeta +++ b/server_resource_pack/pack.mcmeta @@ -1,7 +1,7 @@ { "pack": { "description": { - "text": "Thresholds Server Resource Pack" + "text": "OTEMod Server Resource Pack" }, "pack_format": 15 } diff --git a/src/main/java/dev/zontreck/thresholds/ThresholdsMod.java b/src/main/java/dev/zontreck/otemod/OTEMod.java similarity index 75% rename from src/main/java/dev/zontreck/thresholds/ThresholdsMod.java rename to src/main/java/dev/zontreck/otemod/OTEMod.java index d044199..317d081 100644 --- a/src/main/java/dev/zontreck/thresholds/ThresholdsMod.java +++ b/src/main/java/dev/zontreck/otemod/OTEMod.java @@ -1,4 +1,14 @@ -package dev.zontreck.thresholds; +package dev.zontreck.otemod; + +import java.sql.Connection; +import java.sql.SQLException; +import java.sql.Statement; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.Set; import com.mojang.logging.LogUtils; import dev.zontreck.libzontreck.chat.ChatColor; @@ -6,20 +16,24 @@ import dev.zontreck.libzontreck.profiles.Profile; import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.thresholds.effects.ModEffects; -import dev.zontreck.thresholds.implementation.CreativeModeTabs; -import dev.zontreck.thresholds.implementation.InventoryBackup; -import dev.zontreck.thresholds.implementation.Messages; -import dev.zontreck.thresholds.implementation.PlayerFirstJoinTag; -import dev.zontreck.thresholds.implementation.compressor.CompressionChamberScreen; -import dev.zontreck.thresholds.implementation.vault.*; -import dev.zontreck.thresholds.integrations.KeyBindings; -import dev.zontreck.thresholds.recipe.ModRecipes; +import dev.zontreck.otemod.effects.ModEffects; +import dev.zontreck.otemod.implementation.CreativeModeTabs; +import dev.zontreck.otemod.implementation.InventoryBackup; +import dev.zontreck.otemod.implementation.Messages; +import dev.zontreck.otemod.implementation.PlayerFirstJoinTag; +import dev.zontreck.otemod.implementation.compressor.CompressionChamberScreen; +import dev.zontreck.otemod.implementation.vault.*; +import dev.zontreck.otemod.integrations.KeyBindings; +import dev.zontreck.otemod.recipe.ModRecipes; import net.minecraft.client.gui.screens.MenuScreens; +import net.minecraft.client.renderer.entity.EntityRenderers; +import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.minecraft.server.MinecraftServer; +import net.minecraft.server.commands.GiveCommand; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.item.ItemEntity; +import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.GameType; @@ -43,31 +57,32 @@ import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import net.minecraftforge.items.ItemStackHandler; import org.slf4j.Logger; -import dev.zontreck.thresholds.blocks.ModBlocks; -import dev.zontreck.thresholds.blocks.entity.ModEntities; -import dev.zontreck.thresholds.chat.ChatServerOverride; -import dev.zontreck.thresholds.commands.CommandRegistry; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import dev.zontreck.thresholds.enchantments.ModEnchantments; -import dev.zontreck.thresholds.entities.ModEntityTypes; -import dev.zontreck.thresholds.events.LoreHandlers; -import dev.zontreck.thresholds.implementation.inits.ModMenuTypes; -import dev.zontreck.thresholds.implementation.scrubber.ItemScrubberScreen; -import dev.zontreck.thresholds.implementation.scrubber.MagicalScrubberScreen; -import dev.zontreck.thresholds.items.ModItems; +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.chat.ChatServerOverride; +import dev.zontreck.otemod.commands.CommandRegistry; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.enchantments.ModEnchantments; +import dev.zontreck.otemod.entities.ModEntityTypes; +import dev.zontreck.otemod.entities.monsters.client.PossumRenderer; +import dev.zontreck.otemod.events.LoreHandlers; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import dev.zontreck.otemod.implementation.scrubber.ItemScrubberScreen; +import dev.zontreck.otemod.implementation.scrubber.MagicalScrubberScreen; +import dev.zontreck.otemod.items.ModItems; //import dev.zontreck.otemod.ore.Modifier.ModifierOfBiomes; -import dev.zontreck.thresholds.networking.ModMessages; +import dev.zontreck.otemod.networking.ModMessages; // The value here should match an entry in the META-INF/mods.toml file -@Mod(ThresholdsMod.MOD_ID) -public class ThresholdsMod +@Mod(OTEMod.MOD_ID) +public class OTEMod { public static final Vector3 ZERO_VECTOR = new Vector3(0,0,0); // Directly reference a slf4j logger public static final Logger LOGGER = LogUtils.getLogger(); - public static final String MOD_ID = "thresholds"; + public static final String MOD_ID = "otemod"; public static final String MODIFY_BIOMES = "modify_biomes"; - public static final ResourceLocation MODIFY_BIOMES_RL = new ResourceLocation(ThresholdsMod.MOD_ID, MODIFY_BIOMES); + public static final ResourceLocation MODIFY_BIOMES_RL = new ResourceLocation(OTEMod.MOD_ID, MODIFY_BIOMES); //public static List TeleportRegistry = new ArrayList<>(); public static MinecraftServer THE_SERVER; @@ -78,23 +93,23 @@ public class ThresholdsMod public static boolean DEVELOPER=false; private static Thread MasterThread; - public static String ThresholdsPrefix = ""; + public static String OTEPrefix = ""; public static String ONLY_PLAYER = ""; public static IEventBus bus; - public ThresholdsMod() + public OTEMod() { - ThresholdsMod.ThresholdsPrefix = ChatColor.doColors("!dark_gray![!dark_green!!bold!Thresholds!reset!!dark_gray!]!reset!"); - ThresholdsMod.ONLY_PLAYER = ChatColor.doColors("!dark_red!Only a player can execute this command"); + OTEMod.OTEPrefix = ChatColor.doColors("!dark_gray![!dark_green!!bold!OTEMod!reset!!dark_gray!]!reset!"); + OTEMod.ONLY_PLAYER = ChatColor.doColors("!dark_red!Only a player can execute this command"); bus = FMLJavaModLoadingContext.get().getModEventBus(); // Register the setup method for modloading bus.addListener(this::setup); - ModLoadingContext.get().registerConfig(ModConfig.Type.SERVER, ThresholdsServerConfig.SPEC, "thresholds-server.toml"); + ModLoadingContext.get().registerConfig(ModConfig.Type.SERVER, OTEServerConfig.SPEC, "otemod-rss-server.toml"); @@ -109,7 +124,7 @@ public class ThresholdsMod MinecraftForge.EVENT_BUS.register(new ChatServerOverride()); MinecraftForge.EVENT_BUS.register(new CommandRegistry()); MinecraftForge.EVENT_BUS.register(new VaultWatcher()); - MinecraftForge.EVENT_BUS.register(new dev.zontreck.thresholds.zschem.EventHandler()); + MinecraftForge.EVENT_BUS.register(new dev.zontreck.otemod.zschem.EventHandler()); ModMenuTypes.CONTAINERS.register(bus); ModBlocks.register(bus); @@ -173,7 +188,7 @@ public class ThresholdsMod }else { Starter data = StarterProvider.getStarter(); - if(data.getLastChanged() > tag.LastGiven && ThresholdsServerConfig.GIVE_KIT_EVERY_CHANGE.get()) + if(data.getLastChanged() > tag.LastGiven && OTEServerConfig.GIVE_KIT_EVERY_CHANGE.get()) { tag = PlayerFirstJoinTag.now(); tag.save(prof.NBT); @@ -208,24 +223,24 @@ public class ThresholdsMod public void onServerStarting(ServerStartedEvent event) { // Changed away from Starting event due to multiple calls - if(ThresholdsMod.ALIVE){ + if(OTEMod.ALIVE){ // We were called again? // Wtf... return - ThresholdsMod.LOGGER.info("/!\\ ALERT /!\\ ServerStartedEvent was called multiple times. This is a bug in MinecraftForge"); + OTEMod.LOGGER.info("/!\\ ALERT /!\\ ServerStartedEvent was called multiple times. This is a bug in MinecraftForge"); return; } // Do something when the server starts //LOGGER.info("HELLO from server starting"); - ThresholdsMod.ALIVE=true; + OTEMod.ALIVE=true; //HealerQueue.Initialize(); // Set up the queue // Set up the repeating task to expire a TeleportContainer - ThresholdsMod.THE_SERVER = event.getServer(); - ThresholdsMod.MasterThread = new Thread(new Runnable(){ + OTEMod.THE_SERVER = event.getServer(); + OTEMod.MasterThread = new Thread(new Runnable(){ public void run() { - while(ThresholdsMod.ALIVE){ + while(OTEMod.ALIVE){ // Check if the teleports have expired try { Thread.sleep(5000); @@ -245,10 +260,10 @@ public class ThresholdsMod }*/ } - ThresholdsMod.LOGGER.info("Tearing down Thresholds teleport queue - The server is going down"); + OTEMod.LOGGER.info("Tearing down OTEMod teleport queue - The server is going down"); } }); - ThresholdsMod.MasterThread.start(); + OTEMod.MasterThread.start(); } @@ -258,7 +273,7 @@ public class ThresholdsMod { if(ev.getEntity().level().isClientSide)return; - if(ThresholdsServerConfig.ITEM_DESPAWN_TIMER.get()<=0)return; + if(OTEServerConfig.ITEM_DESPAWN_TIMER.get()<=0)return; ItemEntity ite = (ItemEntity)ev.getEntity(); if(ite.getAge() != (1200 * 5)) { @@ -270,7 +285,7 @@ public class ThresholdsMod //OTEMod.LOGGER.info("Giving extra life to item : "+ev.getEntity().getName().getString() + "; item age [ "+ev.getEntity().getAge()+ " ]"); // 1200 ticks per minute // OTEMod item despawn amplifier is set in 5 minute intervals - ev.setExtraLife((1200 * 5)+ ((1200 * 5) * ThresholdsServerConfig.ITEM_DESPAWN_TIMER.get())); // reset the life count + ev.setExtraLife((1200 * 5)+ ((1200 * 5) * OTEServerConfig.ITEM_DESPAWN_TIMER.get())); // reset the life count //OTEMod.LOGGER.info("Item ["+ev.getEntity().getItem().getDisplayName().getString()+"] was given extra life"); // Hopefully this works? ev.setCanceled(true); @@ -281,14 +296,14 @@ public class ThresholdsMod @SubscribeEvent public void onStop(final ServerStoppingEvent ev) { - ThresholdsMod.ALIVE=false; // Tear down all looping threads that will watch this - ThresholdsMod.MasterThread.interrupt(); + OTEMod.ALIVE=false; // Tear down all looping threads that will watch this + OTEMod.MasterThread.interrupt(); } // You can use EventBusSubscriber to automatically register all static methods in the class annotated with @SubscribeEvent - @Mod.EventBusSubscriber(modid = ThresholdsMod.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD) + @Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD) public static class ClientModEvents { @SubscribeEvent diff --git a/src/main/java/dev/zontreck/thresholds/blocks/AuroraDoorBlock.java b/src/main/java/dev/zontreck/otemod/blocks/AuroraDoorBlock.java similarity index 87% rename from src/main/java/dev/zontreck/thresholds/blocks/AuroraDoorBlock.java rename to src/main/java/dev/zontreck/otemod/blocks/AuroraDoorBlock.java index 8450693..cc2acee 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/AuroraDoorBlock.java +++ b/src/main/java/dev/zontreck/otemod/blocks/AuroraDoorBlock.java @@ -1,23 +1,24 @@ -package dev.zontreck.thresholds.blocks; - -import net.minecraft.world.level.block.Blocks; -import net.minecraft.world.level.block.DoorBlock; -import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.block.state.BlockBehaviour; -import net.minecraft.world.level.block.state.properties.BlockSetType; - -public class AuroraDoorBlock extends DoorBlock -{ - public static final BlockBehaviour.Properties DOOR_PROPS; - static - { - DOOR_PROPS = BlockBehaviour.Properties.copy(Blocks.IRON_DOOR).requiresCorrectToolForDrops().strength(10, 100000f).sound(SoundType.NETHERITE_BLOCK); - } - - public AuroraDoorBlock() { - super(DOOR_PROPS, BlockSetType.IRON); - - - } - -} +package dev.zontreck.otemod.blocks; + +import net.minecraft.sounds.SoundEvents; +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.block.DoorBlock; +import net.minecraft.world.level.block.SoundType; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.properties.BlockSetType; + +public class AuroraDoorBlock extends DoorBlock +{ + public static final BlockBehaviour.Properties DOOR_PROPS; + static + { + DOOR_PROPS = BlockBehaviour.Properties.copy(Blocks.IRON_DOOR).requiresCorrectToolForDrops().strength(10, 100000f).sound(SoundType.NETHERITE_BLOCK); + } + + public AuroraDoorBlock() { + super(DOOR_PROPS, BlockSetType.IRON); + + + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/blocks/CompressionChamberBlock.java b/src/main/java/dev/zontreck/otemod/blocks/CompressionChamberBlock.java similarity index 92% rename from src/main/java/dev/zontreck/thresholds/blocks/CompressionChamberBlock.java rename to src/main/java/dev/zontreck/otemod/blocks/CompressionChamberBlock.java index 01e2562..04083bd 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/CompressionChamberBlock.java +++ b/src/main/java/dev/zontreck/otemod/blocks/CompressionChamberBlock.java @@ -1,9 +1,9 @@ -package dev.zontreck.thresholds.blocks; +package dev.zontreck.otemod.blocks; -import dev.zontreck.thresholds.blocks.entity.CompressionChamberBlockEntity; -import dev.zontreck.thresholds.blocks.entity.ModEntities; -import dev.zontreck.thresholds.networking.ModMessages; -import dev.zontreck.thresholds.networking.packets.EnergySyncS2CPacket; +import dev.zontreck.otemod.blocks.entity.CompressionChamberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; import net.minecraft.core.BlockPos; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.InteractionHand; diff --git a/src/main/java/dev/zontreck/thresholds/blocks/FoiledBlockItem.java b/src/main/java/dev/zontreck/otemod/blocks/FoiledBlockItem.java similarity index 91% rename from src/main/java/dev/zontreck/thresholds/blocks/FoiledBlockItem.java rename to src/main/java/dev/zontreck/otemod/blocks/FoiledBlockItem.java index e76296a..de968e6 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/FoiledBlockItem.java +++ b/src/main/java/dev/zontreck/otemod/blocks/FoiledBlockItem.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.blocks; +package dev.zontreck.otemod.blocks; import net.minecraft.world.item.BlockItem; import net.minecraft.world.item.ItemStack; diff --git a/src/main/java/dev/zontreck/thresholds/blocks/ItemScrubberBlock.java b/src/main/java/dev/zontreck/otemod/blocks/ItemScrubberBlock.java similarity index 89% rename from src/main/java/dev/zontreck/thresholds/blocks/ItemScrubberBlock.java rename to src/main/java/dev/zontreck/otemod/blocks/ItemScrubberBlock.java index 4ef2b5b..9be2ac5 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/ItemScrubberBlock.java +++ b/src/main/java/dev/zontreck/otemod/blocks/ItemScrubberBlock.java @@ -1,101 +1,102 @@ -package dev.zontreck.thresholds.blocks; - -import dev.zontreck.thresholds.blocks.entity.ItemScrubberBlockEntity; -import dev.zontreck.thresholds.blocks.entity.ModEntities; -import dev.zontreck.thresholds.networking.ModMessages; -import dev.zontreck.thresholds.networking.packets.EnergySyncS2CPacket; -import net.minecraft.core.BlockPos; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.context.BlockPlaceContext; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.*; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraft.world.level.block.entity.BlockEntityTicker; -import net.minecraft.world.level.block.entity.BlockEntityType; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraftforge.network.NetworkHooks; - -import javax.annotation.Nullable; - -public class ItemScrubberBlock extends HorizontalDirectionalBlock implements EntityBlock -{ - - public ItemScrubberBlock(Properties p_54120_) { - super(p_54120_); - //registerDefaultState(defaultBlockState().setValue(FACING, Direction.NORTH)); - } - - @Override - protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { - super.createBlockStateDefinition(pBuilder); - pBuilder.add(FACING); - } - - @Override - public RenderShape getRenderShape(BlockState state) - { - return RenderShape.MODEL; - } - - @Override - public void onRemove(BlockState state, Level lvl, BlockPos pos, BlockState newState, boolean isMoving) - { - if(state.getBlock()!=newState.getBlock()) - { - BlockEntity bE = lvl.getBlockEntity(pos); - if(bE instanceof ItemScrubberBlockEntity) - { - ((ItemScrubberBlockEntity)bE).doDrop(); - } - } - - super.onRemove(state, lvl, pos, newState, isMoving); - } - - @Override - public InteractionResult use(BlockState state, Level lvl, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) - { - if(!lvl.isClientSide()) - { - BlockEntity be = lvl.getBlockEntity(pos); - if(be instanceof ItemScrubberBlockEntity) - { - ItemScrubberBlockEntity entity = (ItemScrubberBlockEntity)be; - NetworkHooks.openScreen(((ServerPlayer)player), entity, pos); - - ModMessages.sendToPlayer(new EnergySyncS2CPacket(entity.getEnergyStorage().getEnergyStored(), entity.getBlockPos()), (ServerPlayer)player); - - }else{ - throw new IllegalStateException("Our container is missing!"); - } - } - - return InteractionResult.sidedSuccess(lvl.isClientSide); - } - - @Override - @Nullable - public BlockEntity newBlockEntity(BlockPos pos, BlockState state) { - return new ItemScrubberBlockEntity(pos, state); - } - - @Override - public BlockEntityTicker getTicker(Level lvl, BlockState state, BlockEntityType type) - { - return createTickerHelper(type, ModEntities.ITEM_SCRUBBER.get(), ItemScrubberBlockEntity::tick); - } - - protected static BlockEntityTicker createTickerHelper(BlockEntityType pServerType, BlockEntityType pClientType, BlockEntityTicker pTicker) { - return pClientType == pServerType ? (BlockEntityTicker) pTicker : null; - } - - @Override - public BlockState getStateForPlacement(BlockPlaceContext pContext) { - return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection().getOpposite()); - } -} +package dev.zontreck.otemod.blocks; + +import dev.zontreck.otemod.blocks.entity.ItemScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityTicker; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.phys.BlockHitResult; +import net.minecraftforge.network.NetworkHooks; + +import javax.annotation.Nullable; + +public class ItemScrubberBlock extends HorizontalDirectionalBlock implements EntityBlock +{ + + public ItemScrubberBlock(Properties p_54120_) { + super(p_54120_); + //registerDefaultState(defaultBlockState().setValue(FACING, Direction.NORTH)); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { + super.createBlockStateDefinition(pBuilder); + pBuilder.add(FACING); + } + + @Override + public RenderShape getRenderShape(BlockState state) + { + return RenderShape.MODEL; + } + + @Override + public void onRemove(BlockState state, Level lvl, BlockPos pos, BlockState newState, boolean isMoving) + { + if(state.getBlock()!=newState.getBlock()) + { + BlockEntity bE = lvl.getBlockEntity(pos); + if(bE instanceof ItemScrubberBlockEntity) + { + ((ItemScrubberBlockEntity)bE).doDrop(); + } + } + + super.onRemove(state, lvl, pos, newState, isMoving); + } + + @Override + public InteractionResult use(BlockState state, Level lvl, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) + { + if(!lvl.isClientSide()) + { + BlockEntity be = lvl.getBlockEntity(pos); + if(be instanceof ItemScrubberBlockEntity) + { + ItemScrubberBlockEntity entity = (ItemScrubberBlockEntity)be; + NetworkHooks.openScreen(((ServerPlayer)player), entity, pos); + + ModMessages.sendToPlayer(new EnergySyncS2CPacket(entity.getEnergyStorage().getEnergyStored(), entity.getBlockPos()), (ServerPlayer)player); + + }else{ + throw new IllegalStateException("Our container is missing!"); + } + } + + return InteractionResult.sidedSuccess(lvl.isClientSide); + } + + @Override + @Nullable + public BlockEntity newBlockEntity(BlockPos pos, BlockState state) { + return new ItemScrubberBlockEntity(pos, state); + } + + @Override + public BlockEntityTicker getTicker(Level lvl, BlockState state, BlockEntityType type) + { + return createTickerHelper(type, ModEntities.ITEM_SCRUBBER.get(), ItemScrubberBlockEntity::tick); + } + + protected static BlockEntityTicker createTickerHelper(BlockEntityType pServerType, BlockEntityType pClientType, BlockEntityTicker pTicker) { + return pClientType == pServerType ? (BlockEntityTicker) pTicker : null; + } + + @Override + public BlockState getStateForPlacement(BlockPlaceContext pContext) { + return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection().getOpposite()); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/blocks/MagicalScrubberBlock.java b/src/main/java/dev/zontreck/otemod/blocks/MagicalScrubberBlock.java similarity index 90% rename from src/main/java/dev/zontreck/thresholds/blocks/MagicalScrubberBlock.java rename to src/main/java/dev/zontreck/otemod/blocks/MagicalScrubberBlock.java index 7921297..ae0ce19 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/MagicalScrubberBlock.java +++ b/src/main/java/dev/zontreck/otemod/blocks/MagicalScrubberBlock.java @@ -1,102 +1,102 @@ -package dev.zontreck.thresholds.blocks; - -import dev.zontreck.thresholds.blocks.entity.MagicalScrubberBlockEntity; -import dev.zontreck.thresholds.blocks.entity.ModEntities; -import dev.zontreck.thresholds.networking.ModMessages; -import dev.zontreck.thresholds.networking.packets.EnergySyncS2CPacket; -import net.minecraft.core.BlockPos; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.context.BlockPlaceContext; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.*; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraft.world.level.block.entity.BlockEntityTicker; -import net.minecraft.world.level.block.entity.BlockEntityType; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraftforge.network.NetworkHooks; - -import javax.annotation.Nullable; - -public class MagicalScrubberBlock extends HorizontalDirectionalBlock implements EntityBlock -{ - - public MagicalScrubberBlock(Properties p_54120_) { - super(p_54120_); - } - - @Override - protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { - super.createBlockStateDefinition(pBuilder); - pBuilder.add(FACING); - } - - @Override - public RenderShape getRenderShape(BlockState state) - { - return RenderShape.MODEL; - } - - @Override - public void onRemove(BlockState state, Level lvl, BlockPos pos, BlockState newState, boolean isMoving) - { - if(state.getBlock()!=newState.getBlock()) - { - BlockEntity bE = lvl.getBlockEntity(pos); - if(bE instanceof MagicalScrubberBlockEntity) - { - ((MagicalScrubberBlockEntity)bE).doDrop(); - } - } - - super.onRemove(state, lvl, pos, newState, isMoving); - } - - @Override - public InteractionResult use(BlockState state, Level lvl, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) - { - if(!lvl.isClientSide()) - { - BlockEntity be = lvl.getBlockEntity(pos); - if(be instanceof MagicalScrubberBlockEntity) - { - MagicalScrubberBlockEntity entity = (MagicalScrubberBlockEntity)be; - NetworkHooks.openScreen(((ServerPlayer)player), entity, pos); - - ModMessages.sendToPlayer(new EnergySyncS2CPacket(entity.getEnergyStorage().getEnergyStored(), entity.getBlockPos()), (ServerPlayer)player); - }else{ - throw new IllegalStateException("Our container is missing!"); - } - } - - return InteractionResult.sidedSuccess(lvl.isClientSide); - } - - @Override - @Nullable - public BlockEntity newBlockEntity(BlockPos pos, BlockState state) { - return new MagicalScrubberBlockEntity(pos, state); - } - - @Override - public BlockEntityTicker getTicker(Level lvl, BlockState state, BlockEntityType type) - { - return createTickerHelper(type, ModEntities.MAGICAL_SCRUBBER.get(), MagicalScrubberBlockEntity::tick); - } - - - protected static BlockEntityTicker createTickerHelper(BlockEntityType pServerType, BlockEntityType pClientType, BlockEntityTicker pTicker) { - return pClientType == pServerType ? (BlockEntityTicker) pTicker : null; - } - - - @Override - public BlockState getStateForPlacement(BlockPlaceContext pContext) { - return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection().getOpposite()); - } - -} +package dev.zontreck.otemod.blocks; + +import dev.zontreck.otemod.blocks.entity.MagicalScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityTicker; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.phys.BlockHitResult; +import net.minecraftforge.network.NetworkHooks; + +import javax.annotation.Nullable; + +public class MagicalScrubberBlock extends HorizontalDirectionalBlock implements EntityBlock +{ + + public MagicalScrubberBlock(Properties p_54120_) { + super(p_54120_); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { + super.createBlockStateDefinition(pBuilder); + pBuilder.add(FACING); + } + + @Override + public RenderShape getRenderShape(BlockState state) + { + return RenderShape.MODEL; + } + + @Override + public void onRemove(BlockState state, Level lvl, BlockPos pos, BlockState newState, boolean isMoving) + { + if(state.getBlock()!=newState.getBlock()) + { + BlockEntity bE = lvl.getBlockEntity(pos); + if(bE instanceof MagicalScrubberBlockEntity) + { + ((MagicalScrubberBlockEntity)bE).doDrop(); + } + } + + super.onRemove(state, lvl, pos, newState, isMoving); + } + + @Override + public InteractionResult use(BlockState state, Level lvl, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) + { + if(!lvl.isClientSide()) + { + BlockEntity be = lvl.getBlockEntity(pos); + if(be instanceof MagicalScrubberBlockEntity) + { + MagicalScrubberBlockEntity entity = (MagicalScrubberBlockEntity)be; + NetworkHooks.openScreen(((ServerPlayer)player), entity, pos); + + ModMessages.sendToPlayer(new EnergySyncS2CPacket(entity.getEnergyStorage().getEnergyStored(), entity.getBlockPos()), (ServerPlayer)player); + }else{ + throw new IllegalStateException("Our container is missing!"); + } + } + + return InteractionResult.sidedSuccess(lvl.isClientSide); + } + + @Override + @Nullable + public BlockEntity newBlockEntity(BlockPos pos, BlockState state) { + return new MagicalScrubberBlockEntity(pos, state); + } + + @Override + public BlockEntityTicker getTicker(Level lvl, BlockState state, BlockEntityType type) + { + return createTickerHelper(type, ModEntities.MAGICAL_SCRUBBER.get(), MagicalScrubberBlockEntity::tick); + } + + + protected static BlockEntityTicker createTickerHelper(BlockEntityType pServerType, BlockEntityType pClientType, BlockEntityTicker pTicker) { + return pClientType == pServerType ? (BlockEntityTicker) pTicker : null; + } + + + @Override + public BlockState getStateForPlacement(BlockPlaceContext pContext) { + return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection().getOpposite()); + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/blocks/ModBlocks.java b/src/main/java/dev/zontreck/otemod/blocks/ModBlocks.java similarity index 95% rename from src/main/java/dev/zontreck/thresholds/blocks/ModBlocks.java rename to src/main/java/dev/zontreck/otemod/blocks/ModBlocks.java index 9f572c1..25356c2 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/ModBlocks.java +++ b/src/main/java/dev/zontreck/otemod/blocks/ModBlocks.java @@ -1,146 +1,147 @@ -package dev.zontreck.thresholds.blocks; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.CreativeModeTabs; -import net.minecraft.core.BlockPos; -import net.minecraft.world.item.BlockItem; -import net.minecraft.world.item.Item; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.block.*; -import net.minecraft.world.level.block.state.BlockBehaviour; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.eventbus.api.IEventBus; -import net.minecraftforge.registries.DeferredRegister; -import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.RegistryObject; - -public class ModBlocks { - public static final DeferredRegister BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, ThresholdsMod.MOD_ID); - public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, ThresholdsMod.MOD_ID); - - public static void register(IEventBus bus){ - BLOCKS.register(bus); - ITEMS.register(bus); - ThresholdsMod.LOGGER.info("Registering all blocks..."); - } - - public static final RegistryObject ETERNIUM_ORE_BLOCK = BLOCKS.register("eternium_ore_block", () -> new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(7F).explosionResistance(1200).destroyTime(6))); - - public static final RegistryObject ETERNIUM_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_ore_block", () -> new BlockItem(ETERNIUM_ORE_BLOCK.get(), new Item.Properties()))); - - public static final RegistryObject VAULT_STEEL_ORE_BLOCK = BLOCKS.register("vault_steel_ore_block", ()->new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(8F).explosionResistance(1200).destroyTime(100))); - - public static final RegistryObject VAULT_STEEL_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_steel_ore_block", ()->new BlockItem(VAULT_STEEL_ORE_BLOCK.get(), new Item.Properties()))); - - - public static final RegistryObject NETHER_VAULT_STEEL_ORE_BLOCK = BLOCKS.register("nether_vault_steel_ore_block", ()->new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(8F).explosionResistance(1200).destroyTime(100))); - - public static final RegistryObject NETHER_VAULT_STEEL_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("nether_vault_steel_ore_block", ()->new BlockItem(NETHER_VAULT_STEEL_ORE_BLOCK.get(), new Item.Properties()))); - - - public static final RegistryObject ETERNIUM_BLOCK = BLOCKS.register("eternium_block", ()->new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(8F).explosionResistance(1200).destroyTime(100))); - - public static final RegistryObject ETERNIUM_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_block", ()->new FoiledBlockItem(ETERNIUM_BLOCK.get(), new Item.Properties()))); - - - public static final RegistryObject DEEPSLATE_ETERNIUM_ORE_BLOCK = BLOCKS.register("deepslate_eternium_ore_block", () -> new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(5f).explosionResistance(1200).destroyTime(7))); - - public static final RegistryObject DEEPSLATE_ETERNIUM_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("deepslate_eternium_ore_block", () -> new BlockItem(DEEPSLATE_ETERNIUM_ORE_BLOCK.get(), new Item.Properties()))); - - public static final RegistryObject AURORA_BLOCK = BLOCKS.register("aurora_block", () -> new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(9f).explosionResistance(100000f).destroyTime(10).sound(SoundType.NETHERITE_BLOCK))); - - public static final RegistryObject AURORA_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("aurora_block", () -> new BlockItem(AURORA_BLOCK.get(), new Item.Properties()))); - - - - public static final RegistryObject AURORA_DOOR = BLOCKS.register("aurora_door", AuroraDoorBlock::new); - - public static final RegistryObject AURORA_DOOR_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("aurora_door", () -> new BlockItem(AURORA_DOOR.get(), new Item.Properties()))); - - - public static final RegistryObject CLEAR_GLASS_BLOCK = BLOCKS.register("clear_glass_block", () -> new Block(BlockBehaviour.Properties.copy(Blocks.GLASS).strength(1f).destroyTime(6).noOcclusion().isViewBlocking(ModBlocks::never))); - - public static final RegistryObject CLEAR_GLASS_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("clear_glass_block", () -> new BlockItem(CLEAR_GLASS_BLOCK.get(), new Item.Properties()))); - - - public static final RegistryObject ITEM_SCRUBBER = BLOCKS.register("item_scrubber", ()->new ItemScrubberBlock(BlockBehaviour.Properties.copy(ModBlocks.AURORA_BLOCK.get()).noOcclusion().isViewBlocking(ModBlocks::never))); - - public static final RegistryObject ITEM_SCRUBBER_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("item_scrubber", ()->new BlockItem(ITEM_SCRUBBER.get(), new Item.Properties()))); - - public static final RegistryObject MAGICAL_SCRUBBER = BLOCKS.register("magical_scrubber", ()->new MagicalScrubberBlock(BlockBehaviour.Properties.copy(ModBlocks.AURORA_BLOCK.get()).noOcclusion().isViewBlocking(ModBlocks::never))); - - public static final RegistryObject MAGICAL_SCRUBBER_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("magical_scrubber", ()->new BlockItem(MAGICAL_SCRUBBER.get(), new Item.Properties()))); - - - public static final RegistryObject STABLE_SINGULARITY = BLOCKS.register("stable_singularity", ()->new Block(BlockBehaviour.Properties.copy(ModBlocks.AURORA_BLOCK.get()).noOcclusion().isViewBlocking(ModBlocks::never))); - - public static final RegistryObject STABLE_SINGULARITY_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("stable_singularity", ()->new BlockItem(STABLE_SINGULARITY.get(), new Item.Properties()))); - - public static final RegistryObject ILUSIUM_ORE_BLOCK = BLOCKS.register("ilusium_ore_block", () -> new Block(BlockBehaviour.Properties.copy(ModBlocks.ETERNIUM_ORE_BLOCK.get()).noOcclusion())); - - public static final RegistryObject ILUSIUM_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_ore_block", () -> new BlockItem(ILUSIUM_ORE_BLOCK.get(), new Item.Properties()))); - - public static final RegistryObject DEEPSLATE_ILUSIUM_ORE_BLOCK = BLOCKS.register("deepslate_ilusium_ore_block", () -> new Block(BlockBehaviour.Properties.copy(ILUSIUM_ORE_BLOCK.get()).noOcclusion())); - - public static final RegistryObject DEEPSLATE_ILUSIUM_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("deepslate_ilusium_ore_block", () -> new BlockItem(DEEPSLATE_ILUSIUM_ORE_BLOCK.get(), new Item.Properties()))); - - - public static final RegistryObject ILUSIUM_BLOCK = BLOCKS.register("ilusium_block", () -> new Block(BlockBehaviour.Properties.copy(ModBlocks.ETERNIUM_BLOCK.get()).noOcclusion().strength(5, 20).requiresCorrectToolForDrops())); - - public static final RegistryObject ILUSIUM_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_block", () -> new BlockItem(ILUSIUM_BLOCK.get(), new Item.Properties()))); - - public static final RegistryObject COMPRESSION_CHAMBER_BLOCK = BLOCKS.register("compression_chamber", ()->new CompressionChamberBlock(BlockBehaviour.Properties.copy(ModBlocks.ILUSIUM_BLOCK.get()).noOcclusion().isViewBlocking(ModBlocks::never))); - - public static final RegistryObject COMPRESSION_CHAMBER_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("compression_chamber", ()->new BlockItem(COMPRESSION_CHAMBER_BLOCK.get(), new Item.Properties()))); - - - public static final RegistryObject COMPRESSED_OBSIDIAN_BLOCK = BLOCKS.register("compressed_obsidian_block", ()->new Block(BlockBehaviour.Properties.copy(Blocks.OBSIDIAN))); - - public static final RegistryObject COMPRESSED_OBSIDIAN_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("compressed_obsidian_block", ()->new BlockItem(COMPRESSED_OBSIDIAN_BLOCK.get(), new Item.Properties()))); - public static final RegistryObject LAYERED_COMPRESSED_OBSIDIAN_BLOCK = BLOCKS.register("layered_compressed_obsidian_block", ()->new Block(BlockBehaviour.Properties.copy(Blocks.OBSIDIAN))); - - public static final RegistryObject LAYERED_COMPRESSED_OBSIDIAN_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("layered_compressed_obsidian_block", ()->new BlockItem(LAYERED_COMPRESSED_OBSIDIAN_BLOCK.get(), new Item.Properties()))); - - - - - - - - - - public static final RegistryObject LIMINAL_TILES = BLOCKS.register("liminal_tiles", ()-> new Block(BlockBehaviour.Properties.copy(Blocks.BEDROCK))); - - public static final RegistryObject LIMINAL_TILES_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("liminal_tiles", ()->new BlockItem(LIMINAL_TILES.get(), new Item.Properties()))); - - public static final RegistryObject BLACK = BLOCKS.register("black", ()->new Block(BlockBehaviour.Properties.copy(Blocks.BEDROCK))); - - public static final RegistryObject BLACK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("black", ()->new FoiledBlockItem(BLACK.get(), new Item.Properties().stacksTo(128)))); - - public static final RegistryObject LIMINAL_TILE_STAIRS = BLOCKS.register("liminal_tile_stairs", ()->new StairBlock(LIMINAL_TILES.get()::defaultBlockState, BlockBehaviour.Properties.copy(Blocks.BEDROCK).destroyTime(1000).strength(1000))); - - public static final RegistryObject LIMINAL_TILE_STAIRS_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("liminal_tile_stairs", ()->new BlockItem(LIMINAL_TILE_STAIRS.get(), new Item.Properties()))); - - public static final RegistryObject LIMINAL_TILE_SLAB = BLOCKS.register("liminal_tile_slab", ()->new SlabBlock(BlockBehaviour.Properties.copy(Blocks.BEDROCK))); - - public static final RegistryObject LIMINAL_TILE_SLAB_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("liminal_tile_slab", ()->new BlockItem(LIMINAL_TILE_SLAB.get(), new Item.Properties()))); - - public static final RegistryObject LIMINAL_WINDOW = BLOCKS.register("liminal_window", () -> new ParallaxWindow(15)); - - public static final RegistryObject LIMINAL_WINDOW_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("liminal_window", () -> new BlockItem(LIMINAL_WINDOW.get(), new Item.Properties()))); - - - /* - - - public static final class_2248 LIMINAL_WINDOW_NOON = (class_2248)createBlock("liminal_window_noon", new LiminalWindowBlock(QuiltBlockSettings.method_9630((class_4970)class_2246.field_31037).method_9626(class_2498.field_11537)), true, (class_1761)ModItems.LIMINAL_POOLS_ITEM_GROUP); - - public static final class_2248 LIMINAL_WINDOW_DUSK = (class_2248)createBlock("liminal_window_dusk", new LiminalWindowBlock(QuiltBlockSettings.method_9630((class_4970)class_2246.field_31037).method_9626(class_2498.field_11537)), true, (class_1761)ModItems.LIMINAL_POOLS_ITEM_GROUP); - - public static final class_2248 LIMINAL_WINDOW_ABYSS = (class_2248)createBlock("liminal_window_abyss", new LiminalWindowBlock(QuiltBlockSettings.method_9630((class_4970)class_2246.field_31037).method_9626(class_2498.field_11537)), true, (class_1761)ModItems.LIMINAL_POOLS_ITEM_GROUP);*/ - - - private static boolean never(BlockState p_50806_, BlockGetter p_50807_, BlockPos p_50808_) { - return false; - } -} +package dev.zontreck.otemod.blocks; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.CreativeModeTabs; +import net.minecraft.core.BlockPos; +import net.minecraft.world.item.BlockItem; +import net.minecraft.world.item.FlintAndSteelItem; +import net.minecraft.world.item.Item; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModBlocks { + public static final DeferredRegister BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, OTEMod.MOD_ID); + public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, OTEMod.MOD_ID); + + public static void register(IEventBus bus){ + BLOCKS.register(bus); + ITEMS.register(bus); + OTEMod.LOGGER.info("Registering all blocks..."); + } + + public static final RegistryObject ETERNIUM_ORE_BLOCK = BLOCKS.register("eternium_ore_block", () -> new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(7F).explosionResistance(1200).destroyTime(6))); + + public static final RegistryObject ETERNIUM_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_ore_block", () -> new BlockItem(ETERNIUM_ORE_BLOCK.get(), new Item.Properties()))); + + public static final RegistryObject VAULT_STEEL_ORE_BLOCK = BLOCKS.register("vault_steel_ore_block", ()->new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(8F).explosionResistance(1200).destroyTime(100))); + + public static final RegistryObject VAULT_STEEL_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_steel_ore_block", ()->new BlockItem(VAULT_STEEL_ORE_BLOCK.get(), new Item.Properties()))); + + + public static final RegistryObject NETHER_VAULT_STEEL_ORE_BLOCK = BLOCKS.register("nether_vault_steel_ore_block", ()->new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(8F).explosionResistance(1200).destroyTime(100))); + + public static final RegistryObject NETHER_VAULT_STEEL_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("nether_vault_steel_ore_block", ()->new BlockItem(NETHER_VAULT_STEEL_ORE_BLOCK.get(), new Item.Properties()))); + + + public static final RegistryObject ETERNIUM_BLOCK = BLOCKS.register("eternium_block", ()->new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(8F).explosionResistance(1200).destroyTime(100))); + + public static final RegistryObject ETERNIUM_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_block", ()->new FoiledBlockItem(ETERNIUM_BLOCK.get(), new Item.Properties()))); + + + public static final RegistryObject DEEPSLATE_ETERNIUM_ORE_BLOCK = BLOCKS.register("deepslate_eternium_ore_block", () -> new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(5f).explosionResistance(1200).destroyTime(7))); + + public static final RegistryObject DEEPSLATE_ETERNIUM_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("deepslate_eternium_ore_block", () -> new BlockItem(DEEPSLATE_ETERNIUM_ORE_BLOCK.get(), new Item.Properties()))); + + public static final RegistryObject AURORA_BLOCK = BLOCKS.register("aurora_block", () -> new Block(BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(9f).explosionResistance(100000f).destroyTime(10).sound(SoundType.NETHERITE_BLOCK))); + + public static final RegistryObject AURORA_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("aurora_block", () -> new BlockItem(AURORA_BLOCK.get(), new Item.Properties()))); + + + + public static final RegistryObject AURORA_DOOR = BLOCKS.register("aurora_door", AuroraDoorBlock::new); + + public static final RegistryObject AURORA_DOOR_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("aurora_door", () -> new BlockItem(AURORA_DOOR.get(), new Item.Properties()))); + + + public static final RegistryObject CLEAR_GLASS_BLOCK = BLOCKS.register("clear_glass_block", () -> new Block(BlockBehaviour.Properties.copy(Blocks.GLASS).strength(1f).destroyTime(6).noOcclusion().isViewBlocking(ModBlocks::never))); + + public static final RegistryObject CLEAR_GLASS_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("clear_glass_block", () -> new BlockItem(CLEAR_GLASS_BLOCK.get(), new Item.Properties()))); + + + public static final RegistryObject ITEM_SCRUBBER = BLOCKS.register("item_scrubber", ()->new ItemScrubberBlock(BlockBehaviour.Properties.copy(ModBlocks.AURORA_BLOCK.get()).noOcclusion().isViewBlocking(ModBlocks::never))); + + public static final RegistryObject ITEM_SCRUBBER_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("item_scrubber", ()->new BlockItem(ITEM_SCRUBBER.get(), new Item.Properties()))); + + public static final RegistryObject MAGICAL_SCRUBBER = BLOCKS.register("magical_scrubber", ()->new MagicalScrubberBlock(BlockBehaviour.Properties.copy(ModBlocks.AURORA_BLOCK.get()).noOcclusion().isViewBlocking(ModBlocks::never))); + + public static final RegistryObject MAGICAL_SCRUBBER_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("magical_scrubber", ()->new BlockItem(MAGICAL_SCRUBBER.get(), new Item.Properties()))); + + + public static final RegistryObject STABLE_SINGULARITY = BLOCKS.register("stable_singularity", ()->new Block(BlockBehaviour.Properties.copy(ModBlocks.AURORA_BLOCK.get()).noOcclusion().isViewBlocking(ModBlocks::never))); + + public static final RegistryObject STABLE_SINGULARITY_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("stable_singularity", ()->new BlockItem(STABLE_SINGULARITY.get(), new Item.Properties()))); + + public static final RegistryObject ILUSIUM_ORE_BLOCK = BLOCKS.register("ilusium_ore_block", () -> new Block(BlockBehaviour.Properties.copy(ModBlocks.ETERNIUM_ORE_BLOCK.get()).noOcclusion())); + + public static final RegistryObject ILUSIUM_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_ore_block", () -> new BlockItem(ILUSIUM_ORE_BLOCK.get(), new Item.Properties()))); + + public static final RegistryObject DEEPSLATE_ILUSIUM_ORE_BLOCK = BLOCKS.register("deepslate_ilusium_ore_block", () -> new Block(BlockBehaviour.Properties.copy(ILUSIUM_ORE_BLOCK.get()).noOcclusion())); + + public static final RegistryObject DEEPSLATE_ILUSIUM_ORE_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("deepslate_ilusium_ore_block", () -> new BlockItem(DEEPSLATE_ILUSIUM_ORE_BLOCK.get(), new Item.Properties()))); + + + public static final RegistryObject ILUSIUM_BLOCK = BLOCKS.register("ilusium_block", () -> new Block(BlockBehaviour.Properties.copy(ModBlocks.ETERNIUM_BLOCK.get()).noOcclusion().strength(5, 20).requiresCorrectToolForDrops())); + + public static final RegistryObject ILUSIUM_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_block", () -> new BlockItem(ILUSIUM_BLOCK.get(), new Item.Properties()))); + + public static final RegistryObject COMPRESSION_CHAMBER_BLOCK = BLOCKS.register("compression_chamber", ()->new CompressionChamberBlock(BlockBehaviour.Properties.copy(ModBlocks.ILUSIUM_BLOCK.get()).noOcclusion().isViewBlocking(ModBlocks::never))); + + public static final RegistryObject COMPRESSION_CHAMBER_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("compression_chamber", ()->new BlockItem(COMPRESSION_CHAMBER_BLOCK.get(), new Item.Properties()))); + + + public static final RegistryObject COMPRESSED_OBSIDIAN_BLOCK = BLOCKS.register("compressed_obsidian_block", ()->new Block(BlockBehaviour.Properties.copy(Blocks.OBSIDIAN))); + + public static final RegistryObject COMPRESSED_OBSIDIAN_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("compressed_obsidian_block", ()->new BlockItem(COMPRESSED_OBSIDIAN_BLOCK.get(), new Item.Properties()))); + public static final RegistryObject LAYERED_COMPRESSED_OBSIDIAN_BLOCK = BLOCKS.register("layered_compressed_obsidian_block", ()->new Block(BlockBehaviour.Properties.copy(Blocks.OBSIDIAN))); + + public static final RegistryObject LAYERED_COMPRESSED_OBSIDIAN_BLOCK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("layered_compressed_obsidian_block", ()->new BlockItem(LAYERED_COMPRESSED_OBSIDIAN_BLOCK.get(), new Item.Properties()))); + + + + + + + + + + public static final RegistryObject LIMINAL_TILES = BLOCKS.register("liminal_tiles", ()-> new Block(BlockBehaviour.Properties.copy(Blocks.BEDROCK))); + + public static final RegistryObject LIMINAL_TILES_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("liminal_tiles", ()->new BlockItem(LIMINAL_TILES.get(), new Item.Properties()))); + + public static final RegistryObject BLACK = BLOCKS.register("black", ()->new Block(BlockBehaviour.Properties.copy(Blocks.BEDROCK))); + + public static final RegistryObject BLACK_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("black", ()->new FoiledBlockItem(BLACK.get(), new Item.Properties().stacksTo(128)))); + + public static final RegistryObject LIMINAL_TILE_STAIRS = BLOCKS.register("liminal_tile_stairs", ()->new StairBlock(LIMINAL_TILES.get()::defaultBlockState, BlockBehaviour.Properties.copy(Blocks.BEDROCK).destroyTime(1000).strength(1000))); + + public static final RegistryObject LIMINAL_TILE_STAIRS_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("liminal_tile_stairs", ()->new BlockItem(LIMINAL_TILE_STAIRS.get(), new Item.Properties()))); + + public static final RegistryObject LIMINAL_TILE_SLAB = BLOCKS.register("liminal_tile_slab", ()->new SlabBlock(BlockBehaviour.Properties.copy(Blocks.BEDROCK))); + + public static final RegistryObject LIMINAL_TILE_SLAB_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("liminal_tile_slab", ()->new BlockItem(LIMINAL_TILE_SLAB.get(), new Item.Properties()))); + + public static final RegistryObject LIMINAL_WINDOW = BLOCKS.register("liminal_window", () -> new ParallaxWindow(15)); + + public static final RegistryObject LIMINAL_WINDOW_I = CreativeModeTabs.addToOTEModTab(ITEMS.register("liminal_window", () -> new BlockItem(LIMINAL_WINDOW.get(), new Item.Properties()))); + + + /* + + + public static final class_2248 LIMINAL_WINDOW_NOON = (class_2248)createBlock("liminal_window_noon", new LiminalWindowBlock(QuiltBlockSettings.method_9630((class_4970)class_2246.field_31037).method_9626(class_2498.field_11537)), true, (class_1761)ModItems.LIMINAL_POOLS_ITEM_GROUP); + + public static final class_2248 LIMINAL_WINDOW_DUSK = (class_2248)createBlock("liminal_window_dusk", new LiminalWindowBlock(QuiltBlockSettings.method_9630((class_4970)class_2246.field_31037).method_9626(class_2498.field_11537)), true, (class_1761)ModItems.LIMINAL_POOLS_ITEM_GROUP); + + public static final class_2248 LIMINAL_WINDOW_ABYSS = (class_2248)createBlock("liminal_window_abyss", new LiminalWindowBlock(QuiltBlockSettings.method_9630((class_4970)class_2246.field_31037).method_9626(class_2498.field_11537)), true, (class_1761)ModItems.LIMINAL_POOLS_ITEM_GROUP);*/ + + + private static boolean never(BlockState p_50806_, BlockGetter p_50807_, BlockPos p_50808_) { + return false; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/blocks/ParallaxWindow.java b/src/main/java/dev/zontreck/otemod/blocks/ParallaxWindow.java similarity index 83% rename from src/main/java/dev/zontreck/thresholds/blocks/ParallaxWindow.java rename to src/main/java/dev/zontreck/otemod/blocks/ParallaxWindow.java index 389a0ad..7a05350 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/ParallaxWindow.java +++ b/src/main/java/dev/zontreck/otemod/blocks/ParallaxWindow.java @@ -1,10 +1,12 @@ -package dev.zontreck.thresholds.blocks; +package dev.zontreck.otemod.blocks; import net.minecraft.core.BlockPos; import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.block.*; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.DirectionProperty; +import net.minecraft.world.phys.shapes.VoxelShape; import org.jetbrains.annotations.Nullable; public class ParallaxWindow extends BaseEntityBlock diff --git a/src/main/java/dev/zontreck/thresholds/blocks/entity/CompressionChamberBlockEntity.java b/src/main/java/dev/zontreck/otemod/blocks/entity/CompressionChamberBlockEntity.java similarity index 94% rename from src/main/java/dev/zontreck/thresholds/blocks/entity/CompressionChamberBlockEntity.java rename to src/main/java/dev/zontreck/otemod/blocks/entity/CompressionChamberBlockEntity.java index a25007a..383dd10 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/entity/CompressionChamberBlockEntity.java +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/CompressionChamberBlockEntity.java @@ -1,11 +1,11 @@ -package dev.zontreck.thresholds.blocks.entity; +package dev.zontreck.otemod.blocks.entity; -import dev.zontreck.thresholds.implementation.OutputItemStackHandler; -import dev.zontreck.thresholds.implementation.compressor.CompressionChamberMenu; -import dev.zontreck.thresholds.implementation.energy.OTEEnergy; -import dev.zontreck.thresholds.networking.ModMessages; -import dev.zontreck.thresholds.networking.packets.EnergySyncS2CPacket; -import dev.zontreck.thresholds.recipe.CompressionChamberRecipe; +import dev.zontreck.otemod.implementation.OutputItemStackHandler; +import dev.zontreck.otemod.implementation.compressor.CompressionChamberMenu; +import dev.zontreck.otemod.implementation.energy.OTEEnergy; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import dev.zontreck.otemod.recipe.CompressionChamberRecipe; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; @@ -17,14 +17,17 @@ import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.entity.player.Player; import net.minecraft.world.inventory.AbstractContainerMenu; import net.minecraft.world.inventory.ContainerData; +import net.minecraft.world.inventory.SimpleContainerData; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.common.capabilities.ForgeCapabilities; import net.minecraftforge.common.util.LazyOptional; +import net.minecraftforge.energy.EnergyStorage; import net.minecraftforge.energy.IEnergyStorage; import net.minecraftforge.items.IItemHandler; import net.minecraftforge.items.ItemStackHandler; diff --git a/src/main/java/dev/zontreck/thresholds/blocks/entity/ItemScrubberBlockEntity.java b/src/main/java/dev/zontreck/otemod/blocks/entity/ItemScrubberBlockEntity.java similarity index 93% rename from src/main/java/dev/zontreck/thresholds/blocks/entity/ItemScrubberBlockEntity.java rename to src/main/java/dev/zontreck/otemod/blocks/entity/ItemScrubberBlockEntity.java index 387b452..19ba81d 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/entity/ItemScrubberBlockEntity.java +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/ItemScrubberBlockEntity.java @@ -1,292 +1,292 @@ -package dev.zontreck.thresholds.blocks.entity; - -import dev.zontreck.thresholds.implementation.OutputItemStackHandler; -import dev.zontreck.thresholds.implementation.energy.OTEEnergy; -import dev.zontreck.thresholds.implementation.scrubber.ItemScrubberMenu; -import dev.zontreck.thresholds.networking.ModMessages; -import dev.zontreck.thresholds.networking.packets.EnergySyncS2CPacket; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.Component; -import net.minecraft.world.Containers; -import net.minecraft.world.MenuProvider; -import net.minecraft.world.SimpleContainer; -import net.minecraft.world.entity.player.Inventory; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.inventory.AbstractContainerMenu; -import net.minecraft.world.inventory.ContainerData; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.Items; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.common.capabilities.Capability; -import net.minecraftforge.common.capabilities.ForgeCapabilities; -import net.minecraftforge.common.util.LazyOptional; -import net.minecraftforge.energy.IEnergyStorage; -import net.minecraftforge.items.IItemHandler; -import net.minecraftforge.items.ItemStackHandler; - -import javax.annotation.Nullable; - -public class ItemScrubberBlockEntity extends BlockEntity implements MenuProvider -{ - - protected final ItemStackHandler itemsHandler = new ItemStackHandler(1){ - @Override - protected void onContentsChanged(int slot) - { - setChanged(); - } - }; - protected final ItemStackHandler outputItems = new ItemStackHandler(1){ - @Override - protected void onContentsChanged(int slot) - { - setChanged(); - } - }; - private ItemStackHandler outputSlot; - - private final OTEEnergy ENERGY_STORAGE = new OTEEnergy(ENERGY_REQ*3, ENERGY_REQ+512) { - - @Override - public void onChanged() { - setChanged(); - - ModMessages.sendToAll(new EnergySyncS2CPacket(energy, getBlockPos())); - } - - }; - - private static final int ENERGY_REQ = 1500; - private LazyOptional lazyEnergyHandler = LazyOptional.empty(); - - private LazyOptional lazyItemHandler = LazyOptional.empty(); - private LazyOptional lazyOutputItems = LazyOptional.empty(); - - public ItemScrubberBlockEntity(BlockPos pos, BlockState state) { - super(ModEntities.ITEM_SCRUBBER.get(), pos, state); - outputSlot = new OutputItemStackHandler(outputItems); - - this.data = new ContainerData() { - - @Override - public int get(int p_39284_) { - return switch(p_39284_){ - case 0 -> ItemScrubberBlockEntity.this.progress; - default -> 0; - }; - } - - @Override - public void set(int p_39285_, int p_39286_) { - switch(p_39285_) - { - case 0 -> ItemScrubberBlockEntity.this.progress = p_39286_; - } - - } - - @Override - public int getCount() { - return 1; - } - - }; - } - - protected final ContainerData data; - private int progress = 0; - - public static final int MAXIMUM_PROCESSING_TICKS = 250; - - - @Override - @Nullable - public AbstractContainerMenu createMenu(int id, Inventory inv, Player player) { - return new ItemScrubberMenu(id, inv, this, this.data); - } - - @Override - public Component getDisplayName() { - return Component.translatable("block.otemod.item_scrubber"); - } - - @Override - public LazyOptional getCapability(Capability cap, Direction side) - { - if(cap == ForgeCapabilities.ENERGY) - { - return lazyEnergyHandler.cast(); - } - if(side == Direction.DOWN && cap == ForgeCapabilities.ITEM_HANDLER) - { - // Return the output slot only - return lazyOutputItems.cast(); - } - if(cap == ForgeCapabilities.ITEM_HANDLER) - { - return lazyItemHandler.cast(); - } - - return super.getCapability(cap,side); - } - - - @Override - public void onLoad() - { - super.onLoad(); - lazyItemHandler = LazyOptional.of(()->itemsHandler); - lazyOutputItems = LazyOptional.of(()->outputSlot); - lazyEnergyHandler = LazyOptional.of(()->ENERGY_STORAGE); - } - - - @Override - public void invalidateCaps() - { - super.invalidateCaps(); - lazyItemHandler.invalidate(); - lazyOutputItems.invalidate(); - lazyEnergyHandler.invalidate(); - } - - @Override - protected void saveAdditional(CompoundTag nbt) - { - nbt.put("inventory", itemsHandler.serializeNBT()); - nbt.put("output", outputItems.serializeNBT()); - nbt.putInt("prog", progress); - nbt.putInt("energy", ENERGY_STORAGE.getEnergyStored()); - - super.saveAdditional(nbt); - } - - @Override - public void load(CompoundTag nbt){ - super.load(nbt); - - itemsHandler.deserializeNBT(nbt.getCompound("inventory")); - outputItems.deserializeNBT(nbt.getCompound("output")); - progress = nbt.getInt("prog"); - ENERGY_STORAGE.setEnergy(nbt.getInt("energy")); - } - - public void doDrop() - { - SimpleContainer cont = new SimpleContainer(itemsHandler.getSlots()); - for (int i = 0; i < itemsHandler.getSlots(); i++) { - cont.setItem(i, itemsHandler.getStackInSlot(i)); - } - cont = new SimpleContainer(outputItems.getSlots()); - for (int i = 0; i < outputItems.getSlots(); i++) { - cont.setItem(i, outputItems.getStackInSlot(i)); - } - - Containers.dropContents(this.level, this.worldPosition, cont); - } - - public static void tick(Level lvl, BlockPos pos, BlockState state, ItemScrubberBlockEntity entity) - { - if(lvl.isClientSide())return; - - - if(hasRecipe(entity)) - { - if(!hasEnergy(entity))return; // Halt until sufficient energy has been received - entity.progress++; - setChanged(lvl, pos, state); - drain(entity); - - if(entity.progress >= ItemScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS) - { - craftItem(entity); - } - }else { - if(entity.progress>0){ - entity.resetProgress(); - setChanged(lvl, pos, state); - } - } - } - - private static void drain(ItemScrubberBlockEntity entity) { - entity.ENERGY_STORAGE.extractEnergy(ENERGY_REQ, false); - } - - private static boolean hasEnergy(ItemScrubberBlockEntity entity) { - return (entity.ENERGY_STORAGE.getEnergyStored() >= ENERGY_REQ); - } - - private static void craftItem(ItemScrubberBlockEntity entity) { - if(hasRecipe(entity)) - { - ItemStack existing = entity.outputItems.getStackInSlot(0); - existing.setCount(existing.getCount()+1); - if(existing.is(Items.AIR)) - { - existing = makeOutputItem(entity.itemsHandler.getStackInSlot(0)); - } - entity.itemsHandler.extractItem(0, 1, false); - entity.outputItems.setStackInSlot(0, existing); - - entity.resetProgress(); - } - } - - private static boolean hasRecipe(ItemScrubberBlockEntity entity) { - SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); - for(int i=0;i existing.getCount()); - boolean sameType = (existing.getItem() == result.getItem()); - boolean outputEmpty = existing.isEmpty(); - - if(outputEmpty)return true; - return (stackCompat && sameType); - } - - private void resetProgress() { - progress=0; - - } - - protected static ItemStack makeOutputItem(ItemStack original) - { - ItemStack newItem = new ItemStack(original.getItem(),1); - return newItem; - } - - public IEnergyStorage getEnergyStorage() { - return ENERGY_STORAGE; - } - - public void setEnergy(int energy) { - ENERGY_STORAGE.setEnergy(energy); - } -} +package dev.zontreck.otemod.blocks.entity; + +import dev.zontreck.otemod.implementation.OutputItemStackHandler; +import dev.zontreck.otemod.implementation.energy.OTEEnergy; +import dev.zontreck.otemod.implementation.scrubber.ItemScrubberMenu; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.world.Containers; +import net.minecraft.world.MenuProvider; +import net.minecraft.world.SimpleContainer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.ContainerData; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.common.capabilities.Capability; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.common.util.LazyOptional; +import net.minecraftforge.energy.IEnergyStorage; +import net.minecraftforge.items.IItemHandler; +import net.minecraftforge.items.ItemStackHandler; + +import javax.annotation.Nullable; + +public class ItemScrubberBlockEntity extends BlockEntity implements MenuProvider +{ + + protected final ItemStackHandler itemsHandler = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + protected final ItemStackHandler outputItems = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + private ItemStackHandler outputSlot; + + private final OTEEnergy ENERGY_STORAGE = new OTEEnergy(ENERGY_REQ*3, ENERGY_REQ+512) { + + @Override + public void onChanged() { + setChanged(); + + ModMessages.sendToAll(new EnergySyncS2CPacket(energy, getBlockPos())); + } + + }; + + private static final int ENERGY_REQ = 1500; + private LazyOptional lazyEnergyHandler = LazyOptional.empty(); + + private LazyOptional lazyItemHandler = LazyOptional.empty(); + private LazyOptional lazyOutputItems = LazyOptional.empty(); + + public ItemScrubberBlockEntity(BlockPos pos, BlockState state) { + super(ModEntities.ITEM_SCRUBBER.get(), pos, state); + outputSlot = new OutputItemStackHandler(outputItems); + + this.data = new ContainerData() { + + @Override + public int get(int p_39284_) { + return switch(p_39284_){ + case 0 -> ItemScrubberBlockEntity.this.progress; + default -> 0; + }; + } + + @Override + public void set(int p_39285_, int p_39286_) { + switch(p_39285_) + { + case 0 -> ItemScrubberBlockEntity.this.progress = p_39286_; + } + + } + + @Override + public int getCount() { + return 1; + } + + }; + } + + protected final ContainerData data; + private int progress = 0; + + public static final int MAXIMUM_PROCESSING_TICKS = 250; + + + @Override + @Nullable + public AbstractContainerMenu createMenu(int id, Inventory inv, Player player) { + return new ItemScrubberMenu(id, inv, this, this.data); + } + + @Override + public Component getDisplayName() { + return Component.translatable("block.otemod.item_scrubber"); + } + + @Override + public LazyOptional getCapability(Capability cap, Direction side) + { + if(cap == ForgeCapabilities.ENERGY) + { + return lazyEnergyHandler.cast(); + } + if(side == Direction.DOWN && cap == ForgeCapabilities.ITEM_HANDLER) + { + // Return the output slot only + return lazyOutputItems.cast(); + } + if(cap == ForgeCapabilities.ITEM_HANDLER) + { + return lazyItemHandler.cast(); + } + + return super.getCapability(cap,side); + } + + + @Override + public void onLoad() + { + super.onLoad(); + lazyItemHandler = LazyOptional.of(()->itemsHandler); + lazyOutputItems = LazyOptional.of(()->outputSlot); + lazyEnergyHandler = LazyOptional.of(()->ENERGY_STORAGE); + } + + + @Override + public void invalidateCaps() + { + super.invalidateCaps(); + lazyItemHandler.invalidate(); + lazyOutputItems.invalidate(); + lazyEnergyHandler.invalidate(); + } + + @Override + protected void saveAdditional(CompoundTag nbt) + { + nbt.put("inventory", itemsHandler.serializeNBT()); + nbt.put("output", outputItems.serializeNBT()); + nbt.putInt("prog", progress); + nbt.putInt("energy", ENERGY_STORAGE.getEnergyStored()); + + super.saveAdditional(nbt); + } + + @Override + public void load(CompoundTag nbt){ + super.load(nbt); + + itemsHandler.deserializeNBT(nbt.getCompound("inventory")); + outputItems.deserializeNBT(nbt.getCompound("output")); + progress = nbt.getInt("prog"); + ENERGY_STORAGE.setEnergy(nbt.getInt("energy")); + } + + public void doDrop() + { + SimpleContainer cont = new SimpleContainer(itemsHandler.getSlots()); + for (int i = 0; i < itemsHandler.getSlots(); i++) { + cont.setItem(i, itemsHandler.getStackInSlot(i)); + } + cont = new SimpleContainer(outputItems.getSlots()); + for (int i = 0; i < outputItems.getSlots(); i++) { + cont.setItem(i, outputItems.getStackInSlot(i)); + } + + Containers.dropContents(this.level, this.worldPosition, cont); + } + + public static void tick(Level lvl, BlockPos pos, BlockState state, ItemScrubberBlockEntity entity) + { + if(lvl.isClientSide())return; + + + if(hasRecipe(entity)) + { + if(!hasEnergy(entity))return; // Halt until sufficient energy has been received + entity.progress++; + setChanged(lvl, pos, state); + drain(entity); + + if(entity.progress >= ItemScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS) + { + craftItem(entity); + } + }else { + if(entity.progress>0){ + entity.resetProgress(); + setChanged(lvl, pos, state); + } + } + } + + private static void drain(ItemScrubberBlockEntity entity) { + entity.ENERGY_STORAGE.extractEnergy(ENERGY_REQ, false); + } + + private static boolean hasEnergy(ItemScrubberBlockEntity entity) { + return (entity.ENERGY_STORAGE.getEnergyStored() >= ENERGY_REQ); + } + + private static void craftItem(ItemScrubberBlockEntity entity) { + if(hasRecipe(entity)) + { + ItemStack existing = entity.outputItems.getStackInSlot(0); + existing.setCount(existing.getCount()+1); + if(existing.is(Items.AIR)) + { + existing = makeOutputItem(entity.itemsHandler.getStackInSlot(0)); + } + entity.itemsHandler.extractItem(0, 1, false); + entity.outputItems.setStackInSlot(0, existing); + + entity.resetProgress(); + } + } + + private static boolean hasRecipe(ItemScrubberBlockEntity entity) { + SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); + for(int i=0;i existing.getCount()); + boolean sameType = (existing.getItem() == result.getItem()); + boolean outputEmpty = existing.isEmpty(); + + if(outputEmpty)return true; + return (stackCompat && sameType); + } + + private void resetProgress() { + progress=0; + + } + + protected static ItemStack makeOutputItem(ItemStack original) + { + ItemStack newItem = new ItemStack(original.getItem(),1); + return newItem; + } + + public IEnergyStorage getEnergyStorage() { + return ENERGY_STORAGE; + } + + public void setEnergy(int energy) { + ENERGY_STORAGE.setEnergy(energy); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/blocks/entity/MagicalScrubberBlockEntity.java b/src/main/java/dev/zontreck/otemod/blocks/entity/MagicalScrubberBlockEntity.java similarity index 93% rename from src/main/java/dev/zontreck/thresholds/blocks/entity/MagicalScrubberBlockEntity.java rename to src/main/java/dev/zontreck/otemod/blocks/entity/MagicalScrubberBlockEntity.java index b969690..4e56a86 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/entity/MagicalScrubberBlockEntity.java +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/MagicalScrubberBlockEntity.java @@ -1,332 +1,332 @@ -package dev.zontreck.thresholds.blocks.entity; - -import dev.zontreck.libzontreck.util.ItemUtils; -import dev.zontreck.thresholds.implementation.OutputItemStackHandler; -import dev.zontreck.thresholds.implementation.energy.OTEEnergy; -import dev.zontreck.thresholds.implementation.scrubber.MagicalScrubberMenu; -import dev.zontreck.thresholds.networking.ModMessages; -import dev.zontreck.thresholds.networking.packets.EnergySyncS2CPacket; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.Component; -import net.minecraft.world.Containers; -import net.minecraft.world.MenuProvider; -import net.minecraft.world.SimpleContainer; -import net.minecraft.world.entity.player.Inventory; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.inventory.AbstractContainerMenu; -import net.minecraft.world.inventory.ContainerData; -import net.minecraft.world.item.EnchantedBookItem; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.Items; -import net.minecraft.world.item.enchantment.Enchantment; -import net.minecraft.world.item.enchantment.EnchantmentInstance; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.common.capabilities.Capability; -import net.minecraftforge.common.capabilities.ForgeCapabilities; -import net.minecraftforge.common.util.LazyOptional; -import net.minecraftforge.energy.IEnergyStorage; -import net.minecraftforge.items.IItemHandler; -import net.minecraftforge.items.ItemStackHandler; - -import javax.annotation.Nullable; -import java.util.Iterator; -import java.util.Map; - -public class MagicalScrubberBlockEntity extends BlockEntity implements MenuProvider -{ - - protected final ItemStackHandler itemsHandler = new ItemStackHandler(1){ - @Override - protected void onContentsChanged(int slot) - { - setChanged(); - } - }; - protected final ItemStackHandler outputItems = new ItemStackHandler(1){ - @Override - protected void onContentsChanged(int slot) - { - setChanged(); - } - }; - private ItemStackHandler outputSlot; - - private final OTEEnergy ENERGY_STORAGE = new OTEEnergy(ENERGY_REQ*3, ENERGY_REQ+512) { - - @Override - public void onChanged() { - setChanged(); - - ModMessages.sendToAll(new EnergySyncS2CPacket(energy, getBlockPos())); - } - - }; - - private static final int ENERGY_REQ = 1000; - private LazyOptional lazyEnergyHandler = LazyOptional.empty(); - - private LazyOptional lazyItemHandler = LazyOptional.empty(); - private LazyOptional lazyOutputItems = LazyOptional.empty(); - - public MagicalScrubberBlockEntity(BlockPos pos, BlockState state) { - super(ModEntities.MAGICAL_SCRUBBER.get(), pos, state); - outputSlot = new OutputItemStackHandler(outputItems); - - this.data = new ContainerData() { - - @Override - public int get(int p_39284_) { - return switch(p_39284_){ - case 0 -> MagicalScrubberBlockEntity.this.progress; - default -> 0; - }; - } - - @Override - public void set(int p_39285_, int p_39286_) { - switch(p_39285_) - { - case 0 -> MagicalScrubberBlockEntity.this.progress = p_39286_; - } - - } - - @Override - public int getCount() { - return 1; - } - - }; - } - - protected final ContainerData data; - private int progress = 0; - - public static final int MAXIMUM_PROCESSING_TICKS = 175; - - - @Override - @Nullable - public AbstractContainerMenu createMenu(int id, Inventory inv, Player player) { - return new MagicalScrubberMenu(id, inv, this, this.data); - } - - @Override - public Component getDisplayName() { - return Component.translatable("block.otemod.magical_scrubber"); - } - - @Override - public LazyOptional getCapability(Capability cap, Direction side) - { - if(cap == ForgeCapabilities.ENERGY) - { - return lazyEnergyHandler.cast(); - } - if(side == Direction.DOWN && cap == ForgeCapabilities.ITEM_HANDLER) - { - // Return the output slot only - return lazyOutputItems.cast(); - } - if(cap == ForgeCapabilities.ITEM_HANDLER) - { - return lazyItemHandler.cast(); - } - - return super.getCapability(cap,side); - } - - - @Override - public void onLoad() - { - super.onLoad(); - lazyItemHandler = LazyOptional.of(()->itemsHandler); - lazyOutputItems = LazyOptional.of(()->outputSlot); - lazyEnergyHandler = LazyOptional.of(()->ENERGY_STORAGE); - } - - - @Override - public void invalidateCaps() - { - super.invalidateCaps(); - lazyItemHandler.invalidate(); - lazyOutputItems.invalidate(); - lazyEnergyHandler.invalidate(); - } - - @Override - protected void saveAdditional(CompoundTag nbt) - { - nbt.put("inventory", itemsHandler.serializeNBT()); - nbt.put("output", outputItems.serializeNBT()); - nbt.putInt("prog", progress); - nbt.putInt("energy", ENERGY_STORAGE.getEnergyStored()); - - super.saveAdditional(nbt); - } - - @Override - public void load(CompoundTag nbt){ - super.load(nbt); - - itemsHandler.deserializeNBT(nbt.getCompound("inventory")); - outputItems.deserializeNBT(nbt.getCompound("output")); - progress = nbt.getInt("prog"); - ENERGY_STORAGE.setEnergy(nbt.getInt("energy")); - } - - public void doDrop() - { - SimpleContainer cont = new SimpleContainer(itemsHandler.getSlots()); - for (int i = 0; i < itemsHandler.getSlots(); i++) { - cont.setItem(i, itemsHandler.getStackInSlot(i)); - } - cont = new SimpleContainer(outputItems.getSlots()); - for (int i = 0; i < outputItems.getSlots(); i++) { - cont.setItem(i, outputItems.getStackInSlot(i)); - } - - Containers.dropContents(this.level, this.worldPosition, cont); - } - - public static void tick(Level lvl, BlockPos pos, BlockState state, MagicalScrubberBlockEntity entity) - { - if(lvl.isClientSide())return; - - if(hasRecipe(entity)) - { - if(!hasEnergy(entity))return; // Halt until sufficient energy has been received - entity.progress++; - setChanged(lvl, pos, state); - drain(entity); - - if(entity.progress >= MagicalScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS) - { - craftItem(entity); - } - }else { - if(entity.progress>0){ - entity.resetProgress(); - setChanged(lvl, pos, state); - } - } - } - - private static void drain(MagicalScrubberBlockEntity entity) { - entity.ENERGY_STORAGE.extractEnergy(ENERGY_REQ, false); - } - - private static boolean hasEnergy(MagicalScrubberBlockEntity entity) { - return (entity.ENERGY_STORAGE.getEnergyStored() >= ENERGY_REQ); - } - - private static void craftItem(MagicalScrubberBlockEntity entity) { - if(hasRecipe(entity)) - { - ItemStack existing = entity.outputItems.getStackInSlot(0); - ItemStack main = entity.itemsHandler.getStackInSlot(0); - - //Map enchants = main.getAllEnchantments(); - Map enchantments = ItemUtils.getEnchantments(main.copy()); - - if(enchantments.size()>0) - { - Iterator> iEntries = enchantments.entrySet().iterator(); - try{ - Map.Entry entry = iEntries.next(); - EnchantmentInstance eInst = new EnchantmentInstance(entry.getKey(), entry.getValue()); - existing = EnchantedBookItem.createForEnchantment(eInst); - iEntries.remove(); - main = makeOutputItem(main.copy()); - while(iEntries.hasNext()) - { - entry = iEntries.next(); - main.enchant(entry.getKey(), entry.getValue()); - } - }catch(Exception E) - { - entity.outputItems.setStackInSlot(0, main); - entity.itemsHandler.extractItem(0, 1, false); - entity.resetProgress(); - return; - } - - if(enchantments.size()==0){ - entity.itemsHandler.extractItem(0, 1, false); - }else entity.itemsHandler.setStackInSlot(0, main); - - - }else{ - - existing.setCount(existing.getCount()+1); - if(existing.is(Items.AIR)) - { - existing = makeOutputItem(entity.itemsHandler.getStackInSlot(0)); - } - entity.itemsHandler.extractItem(0, 1, false); - } - - entity.outputItems.setStackInSlot(0, existing); - entity.resetProgress(); - } - } - - private static boolean hasRecipe(MagicalScrubberBlockEntity entity) { - SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); - for(int i=0;i existing.getCount()); - boolean sameType = (existing.getItem() == result.getItem()); - boolean outputEmpty = existing.isEmpty(); - - if(outputEmpty)return true; - return (stackCompat && sameType); - } - - private void resetProgress() { - progress=0; - - } - - protected static ItemStack makeOutputItem(ItemStack original) - { - ItemStack newItem = new ItemStack(original.getItem(),1); - return newItem; - } - - public IEnergyStorage getEnergyStorage() { - return ENERGY_STORAGE; - } - - public void setEnergy(int energy) { - ENERGY_STORAGE.setEnergy(energy); - } -} +package dev.zontreck.otemod.blocks.entity; + +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.otemod.implementation.OutputItemStackHandler; +import dev.zontreck.otemod.implementation.energy.OTEEnergy; +import dev.zontreck.otemod.implementation.scrubber.MagicalScrubberMenu; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.world.Containers; +import net.minecraft.world.MenuProvider; +import net.minecraft.world.SimpleContainer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.ContainerData; +import net.minecraft.world.item.EnchantedBookItem; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentInstance; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.common.capabilities.Capability; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.common.util.LazyOptional; +import net.minecraftforge.energy.IEnergyStorage; +import net.minecraftforge.items.IItemHandler; +import net.minecraftforge.items.ItemStackHandler; + +import javax.annotation.Nullable; +import java.util.Iterator; +import java.util.Map; + +public class MagicalScrubberBlockEntity extends BlockEntity implements MenuProvider +{ + + protected final ItemStackHandler itemsHandler = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + protected final ItemStackHandler outputItems = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + private ItemStackHandler outputSlot; + + private final OTEEnergy ENERGY_STORAGE = new OTEEnergy(ENERGY_REQ*3, ENERGY_REQ+512) { + + @Override + public void onChanged() { + setChanged(); + + ModMessages.sendToAll(new EnergySyncS2CPacket(energy, getBlockPos())); + } + + }; + + private static final int ENERGY_REQ = 1000; + private LazyOptional lazyEnergyHandler = LazyOptional.empty(); + + private LazyOptional lazyItemHandler = LazyOptional.empty(); + private LazyOptional lazyOutputItems = LazyOptional.empty(); + + public MagicalScrubberBlockEntity(BlockPos pos, BlockState state) { + super(ModEntities.MAGICAL_SCRUBBER.get(), pos, state); + outputSlot = new OutputItemStackHandler(outputItems); + + this.data = new ContainerData() { + + @Override + public int get(int p_39284_) { + return switch(p_39284_){ + case 0 -> MagicalScrubberBlockEntity.this.progress; + default -> 0; + }; + } + + @Override + public void set(int p_39285_, int p_39286_) { + switch(p_39285_) + { + case 0 -> MagicalScrubberBlockEntity.this.progress = p_39286_; + } + + } + + @Override + public int getCount() { + return 1; + } + + }; + } + + protected final ContainerData data; + private int progress = 0; + + public static final int MAXIMUM_PROCESSING_TICKS = 175; + + + @Override + @Nullable + public AbstractContainerMenu createMenu(int id, Inventory inv, Player player) { + return new MagicalScrubberMenu(id, inv, this, this.data); + } + + @Override + public Component getDisplayName() { + return Component.translatable("block.otemod.magical_scrubber"); + } + + @Override + public LazyOptional getCapability(Capability cap, Direction side) + { + if(cap == ForgeCapabilities.ENERGY) + { + return lazyEnergyHandler.cast(); + } + if(side == Direction.DOWN && cap == ForgeCapabilities.ITEM_HANDLER) + { + // Return the output slot only + return lazyOutputItems.cast(); + } + if(cap == ForgeCapabilities.ITEM_HANDLER) + { + return lazyItemHandler.cast(); + } + + return super.getCapability(cap,side); + } + + + @Override + public void onLoad() + { + super.onLoad(); + lazyItemHandler = LazyOptional.of(()->itemsHandler); + lazyOutputItems = LazyOptional.of(()->outputSlot); + lazyEnergyHandler = LazyOptional.of(()->ENERGY_STORAGE); + } + + + @Override + public void invalidateCaps() + { + super.invalidateCaps(); + lazyItemHandler.invalidate(); + lazyOutputItems.invalidate(); + lazyEnergyHandler.invalidate(); + } + + @Override + protected void saveAdditional(CompoundTag nbt) + { + nbt.put("inventory", itemsHandler.serializeNBT()); + nbt.put("output", outputItems.serializeNBT()); + nbt.putInt("prog", progress); + nbt.putInt("energy", ENERGY_STORAGE.getEnergyStored()); + + super.saveAdditional(nbt); + } + + @Override + public void load(CompoundTag nbt){ + super.load(nbt); + + itemsHandler.deserializeNBT(nbt.getCompound("inventory")); + outputItems.deserializeNBT(nbt.getCompound("output")); + progress = nbt.getInt("prog"); + ENERGY_STORAGE.setEnergy(nbt.getInt("energy")); + } + + public void doDrop() + { + SimpleContainer cont = new SimpleContainer(itemsHandler.getSlots()); + for (int i = 0; i < itemsHandler.getSlots(); i++) { + cont.setItem(i, itemsHandler.getStackInSlot(i)); + } + cont = new SimpleContainer(outputItems.getSlots()); + for (int i = 0; i < outputItems.getSlots(); i++) { + cont.setItem(i, outputItems.getStackInSlot(i)); + } + + Containers.dropContents(this.level, this.worldPosition, cont); + } + + public static void tick(Level lvl, BlockPos pos, BlockState state, MagicalScrubberBlockEntity entity) + { + if(lvl.isClientSide())return; + + if(hasRecipe(entity)) + { + if(!hasEnergy(entity))return; // Halt until sufficient energy has been received + entity.progress++; + setChanged(lvl, pos, state); + drain(entity); + + if(entity.progress >= MagicalScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS) + { + craftItem(entity); + } + }else { + if(entity.progress>0){ + entity.resetProgress(); + setChanged(lvl, pos, state); + } + } + } + + private static void drain(MagicalScrubberBlockEntity entity) { + entity.ENERGY_STORAGE.extractEnergy(ENERGY_REQ, false); + } + + private static boolean hasEnergy(MagicalScrubberBlockEntity entity) { + return (entity.ENERGY_STORAGE.getEnergyStored() >= ENERGY_REQ); + } + + private static void craftItem(MagicalScrubberBlockEntity entity) { + if(hasRecipe(entity)) + { + ItemStack existing = entity.outputItems.getStackInSlot(0); + ItemStack main = entity.itemsHandler.getStackInSlot(0); + + //Map enchants = main.getAllEnchantments(); + Map enchantments = ItemUtils.getEnchantments(main.copy()); + + if(enchantments.size()>0) + { + Iterator> iEntries = enchantments.entrySet().iterator(); + try{ + Map.Entry entry = iEntries.next(); + EnchantmentInstance eInst = new EnchantmentInstance(entry.getKey(), entry.getValue()); + existing = EnchantedBookItem.createForEnchantment(eInst); + iEntries.remove(); + main = makeOutputItem(main.copy()); + while(iEntries.hasNext()) + { + entry = iEntries.next(); + main.enchant(entry.getKey(), entry.getValue()); + } + }catch(Exception E) + { + entity.outputItems.setStackInSlot(0, main); + entity.itemsHandler.extractItem(0, 1, false); + entity.resetProgress(); + return; + } + + if(enchantments.size()==0){ + entity.itemsHandler.extractItem(0, 1, false); + }else entity.itemsHandler.setStackInSlot(0, main); + + + }else{ + + existing.setCount(existing.getCount()+1); + if(existing.is(Items.AIR)) + { + existing = makeOutputItem(entity.itemsHandler.getStackInSlot(0)); + } + entity.itemsHandler.extractItem(0, 1, false); + } + + entity.outputItems.setStackInSlot(0, existing); + entity.resetProgress(); + } + } + + private static boolean hasRecipe(MagicalScrubberBlockEntity entity) { + SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); + for(int i=0;i existing.getCount()); + boolean sameType = (existing.getItem() == result.getItem()); + boolean outputEmpty = existing.isEmpty(); + + if(outputEmpty)return true; + return (stackCompat && sameType); + } + + private void resetProgress() { + progress=0; + + } + + protected static ItemStack makeOutputItem(ItemStack original) + { + ItemStack newItem = new ItemStack(original.getItem(),1); + return newItem; + } + + public IEnergyStorage getEnergyStorage() { + return ENERGY_STORAGE; + } + + public void setEnergy(int energy) { + ENERGY_STORAGE.setEnergy(energy); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/blocks/entity/ModEntities.java b/src/main/java/dev/zontreck/otemod/blocks/entity/ModEntities.java similarity index 85% rename from src/main/java/dev/zontreck/thresholds/blocks/entity/ModEntities.java rename to src/main/java/dev/zontreck/otemod/blocks/entity/ModEntities.java index bfdcd6b..56cb9ad 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/entity/ModEntities.java +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/ModEntities.java @@ -1,31 +1,32 @@ -package dev.zontreck.thresholds.blocks.entity; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.blocks.ModBlocks; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.level.block.entity.BlockEntityType; -import net.minecraftforge.eventbus.api.IEventBus; -import net.minecraftforge.registries.DeferredRegister; -import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.RegistryObject; - -public class ModEntities { - - public static final DeferredRegister> ENTITIES = DeferredRegister.create(ForgeRegistries.BLOCK_ENTITY_TYPES, ThresholdsMod.MOD_ID); - - public static final RegistryObject > ITEM_SCRUBBER = ENTITIES.register("item_scrubber", ()-> BlockEntityType.Builder.of(ItemScrubberBlockEntity::new, ModBlocks.ITEM_SCRUBBER.get()).build(null)); - - public static final RegistryObject > MAGICAL_SCRUBBER = ENTITIES.register("magical_scrubber", ()-> BlockEntityType.Builder.of(MagicalScrubberBlockEntity::new, ModBlocks.MAGICAL_SCRUBBER.get()).build(null)); - - public static final ResourceLocation PARALLAX_BLOCK = new ResourceLocation(ThresholdsMod.MOD_ID, "parallax_block"); - - public static final RegistryObject> COMPRESSION_CHAMBER = ENTITIES.register("compression_chamber", ()->BlockEntityType.Builder.of(CompressionChamberBlockEntity::new, ModBlocks.COMPRESSION_CHAMBER_BLOCK.get()).build(null)); - - public static final RegistryObject > PARALLAX_WINDOW_ENTITY = ENTITIES.register("parallax_window", ()->BlockEntityType.Builder.of(ParallaxWindowEntity::new, ModBlocks.LIMINAL_WINDOW.get()).build(null)); - - - public static void register(IEventBus eventBus) - { - ENTITIES.register(eventBus); - } -} +package dev.zontreck.otemod.blocks.entity; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.blocks.CompressionChamberBlock; +import dev.zontreck.otemod.blocks.ModBlocks; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModEntities { + + public static final DeferredRegister> ENTITIES = DeferredRegister.create(ForgeRegistries.BLOCK_ENTITY_TYPES, OTEMod.MOD_ID); + + public static final RegistryObject > ITEM_SCRUBBER = ENTITIES.register("item_scrubber", ()-> BlockEntityType.Builder.of(ItemScrubberBlockEntity::new, ModBlocks.ITEM_SCRUBBER.get()).build(null)); + + public static final RegistryObject > MAGICAL_SCRUBBER = ENTITIES.register("magical_scrubber", ()-> BlockEntityType.Builder.of(MagicalScrubberBlockEntity::new, ModBlocks.MAGICAL_SCRUBBER.get()).build(null)); + + public static final ResourceLocation PARALLAX_BLOCK = new ResourceLocation(OTEMod.MOD_ID, "parallax_block"); + + public static final RegistryObject> COMPRESSION_CHAMBER = ENTITIES.register("compression_chamber", ()->BlockEntityType.Builder.of(CompressionChamberBlockEntity::new, ModBlocks.COMPRESSION_CHAMBER_BLOCK.get()).build(null)); + + public static final RegistryObject > PARALLAX_WINDOW_ENTITY = ENTITIES.register("parallax_window", ()->BlockEntityType.Builder.of(ParallaxWindowEntity::new, ModBlocks.LIMINAL_WINDOW.get()).build(null)); + + + public static void register(IEventBus eventBus) + { + ENTITIES.register(eventBus); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/blocks/entity/ParallaxWindowEntity.java b/src/main/java/dev/zontreck/otemod/blocks/entity/ParallaxWindowEntity.java similarity index 89% rename from src/main/java/dev/zontreck/thresholds/blocks/entity/ParallaxWindowEntity.java rename to src/main/java/dev/zontreck/otemod/blocks/entity/ParallaxWindowEntity.java index 3745240..ad6fc98 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/entity/ParallaxWindowEntity.java +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/ParallaxWindowEntity.java @@ -1,11 +1,14 @@ -package dev.zontreck.thresholds.blocks.entity; +package dev.zontreck.otemod.blocks.entity; +import com.mojang.blaze3d.vertex.VertexConsumer; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; +import org.joml.Matrix4f; import java.util.Arrays; diff --git a/src/main/java/dev/zontreck/thresholds/blocks/types/AlternatePaneBlock.java b/src/main/java/dev/zontreck/otemod/blocks/types/AlternatePaneBlock.java similarity index 94% rename from src/main/java/dev/zontreck/thresholds/blocks/types/AlternatePaneBlock.java rename to src/main/java/dev/zontreck/otemod/blocks/types/AlternatePaneBlock.java index a44eb1b..17c8a97 100644 --- a/src/main/java/dev/zontreck/thresholds/blocks/types/AlternatePaneBlock.java +++ b/src/main/java/dev/zontreck/otemod/blocks/types/AlternatePaneBlock.java @@ -1,41 +1,41 @@ -package dev.zontreck.thresholds.blocks.types; - -import net.minecraft.core.Direction; -import net.minecraft.core.Direction.Plane; -import net.minecraft.world.level.block.IronBarsBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.properties.BooleanProperty; - -import java.util.EnumMap; - -/** Pane block with sensible culling */ -public class AlternatePaneBlock extends IronBarsBlock { - public static final EnumMap DIRECTIONS; - static { - DIRECTIONS = new EnumMap<>(Direction.class); - DIRECTIONS.put(Direction.NORTH, NORTH); - DIRECTIONS.put(Direction.EAST, EAST); - DIRECTIONS.put(Direction.SOUTH, SOUTH); - DIRECTIONS.put(Direction.WEST, WEST); - } - - public AlternatePaneBlock(Properties builder) { - super(builder); - } - - @Override - public boolean skipRendering(BlockState state, BlockState adjacentBlockState, Direction side) { - // cull top and bottom if all props that we have are contained in the above or below - if (adjacentBlockState.getBlock() == this && side.getAxis().isVertical()) { - for (Direction dir : Plane.HORIZONTAL) { - BooleanProperty prop = DIRECTIONS.get(dir); - if (state.getValue(prop) && !adjacentBlockState.getValue(prop)) { - return false; - } - } - return true; - } - return super.skipRendering(state, adjacentBlockState, side); - } - } +package dev.zontreck.otemod.blocks.types; + +import net.minecraft.core.Direction; +import net.minecraft.core.Direction.Plane; +import net.minecraft.world.level.block.IronBarsBlock; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.BooleanProperty; + +import java.util.EnumMap; + +/** Pane block with sensible culling */ +public class AlternatePaneBlock extends IronBarsBlock { + public static final EnumMap DIRECTIONS; + static { + DIRECTIONS = new EnumMap<>(Direction.class); + DIRECTIONS.put(Direction.NORTH, NORTH); + DIRECTIONS.put(Direction.EAST, EAST); + DIRECTIONS.put(Direction.SOUTH, SOUTH); + DIRECTIONS.put(Direction.WEST, WEST); + } + + public AlternatePaneBlock(Properties builder) { + super(builder); + } + + @Override + public boolean skipRendering(BlockState state, BlockState adjacentBlockState, Direction side) { + // cull top and bottom if all props that we have are contained in the above or below + if (adjacentBlockState.getBlock() == this && side.getAxis().isVertical()) { + for (Direction dir : Plane.HORIZONTAL) { + BooleanProperty prop = DIRECTIONS.get(dir); + if (state.getValue(prop) && !adjacentBlockState.getValue(prop)) { + return false; + } + } + return true; + } + return super.skipRendering(state, adjacentBlockState, side); + } + } \ No newline at end of file diff --git a/src/main/java/dev/zontreck/thresholds/chat/ChatServerOverride.java b/src/main/java/dev/zontreck/otemod/chat/ChatServerOverride.java similarity index 85% rename from src/main/java/dev/zontreck/thresholds/chat/ChatServerOverride.java rename to src/main/java/dev/zontreck/otemod/chat/ChatServerOverride.java index 15aa006..bb56ccf 100644 --- a/src/main/java/dev/zontreck/thresholds/chat/ChatServerOverride.java +++ b/src/main/java/dev/zontreck/otemod/chat/ChatServerOverride.java @@ -1,133 +1,133 @@ -package dev.zontreck.thresholds.chat; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.HoverTip; -import dev.zontreck.libzontreck.events.ProfileLoadedEvent; -import dev.zontreck.libzontreck.events.ProfileUnloadingEvent; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.util.ItemUtils; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import dev.zontreck.thresholds.configs.PlayerFlyCache; -import dev.zontreck.thresholds.enchantments.ModEnchantments; -import dev.zontreck.thresholds.implementation.vault.StarterProvider; -import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.Style; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.EquipmentSlot; -import net.minecraft.world.entity.player.Abilities; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraftforge.event.ServerChatEvent; -import net.minecraftforge.event.entity.player.PlayerEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; -import net.minecraftforge.fml.common.Mod; -import net.minecraftforge.fml.common.Mod.EventBusSubscriber; - -@EventBusSubscriber(modid= ThresholdsMod.MOD_ID, bus=Mod.EventBusSubscriber.Bus.FORGE) -public class ChatServerOverride { - - @SubscribeEvent - public void onJoin(final ProfileLoadedEvent ev) - { - //Player joined, send custom alert - ServerPlayer play = ev.player; - Profile prof = ev.profile; - - - if(prof.flying) - { - play.getAbilities().flying=true; - play.onUpdateAbilities(); - } - - Abilities playerAbilities = play.getAbilities(); - boolean mayFly = false; - ItemStack feet = play.getItemBySlot(EquipmentSlot.FEET); - if(ItemUtils.getEnchantmentLevel(ModEnchantments.FLIGHT_ENCHANTMENT.get(), feet)>0)mayFly = true; - - playerAbilities.mayfly=mayFly; - PlayerFlyCache c = PlayerFlyCache.cachePlayer(play); - c.Flying=prof.flying; - c.FlyEnabled = mayFly; - c.Assert(play); - - if(StarterProvider.exists()) - ThresholdsMod.checkFirstJoin(ev.player); - - if(!ThresholdsServerConfig.USE_CUSTOM_JOINLEAVE.get()) return; - - ChatHelpers.broadcast(ChatHelpers.macro("!Dark_Gray![!Dark_Green!+!Dark_Gray!] !Bold!!Dark_Aqua![0]",prof.nickname), ev.level.getServer()); - - } - - @SubscribeEvent - public void onLeave(ProfileUnloadingEvent ev) - { - // Get player profile, send disconnect alert, then commit profile and remove it from memory - Profile px=ev.profile; - - - if(px==null)return; - - if(!ThresholdsServerConfig.USE_CUSTOM_JOINLEAVE.get()) return; - - // Send the alert - ChatHelpers.broadcast(ChatHelpers.macro("!Dark_Gray![!Dark_Red!-!Dark_Gray!] !Bold!!Dark_Aqua![0]", px.nickname), px.player.server); - - - px.flying=px.player.getAbilities().flying; - ev.setCanceled(true); - } - - @SubscribeEvent - public void onClone(final PlayerEvent.Clone ev) - { - if(ev.getEntity().level().isClientSide)return; - // Fix for fly ability not copying to new instance on death or other circumstances - Player old = ev.getOriginal(); - Player n = ev.getEntity(); - - PlayerFlyCache c = PlayerFlyCache.cachePlayer((ServerPlayer)old); - c.Assert((ServerPlayer)n); - } - - @SubscribeEvent - public void onChat(final ServerChatEvent ev){ - if(ev.getPlayer().level().isClientSide)return; - // Player has chatted, apply override - if(!ThresholdsServerConfig.USE_CUSTOM_CHATREPLACER.get()) return; - - - ServerPlayer sp = ev.getPlayer(); - // Get profile - Profile XD=null; - try { - XD = Profile.get_profile_of(sp.getStringUUID()); - } catch (UserProfileNotYetExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - - // Override the chat! - String prefixStr = ""; - if(XD.prefix != ""){ - prefixStr = ChatColor.DARK_GRAY + "[" + ChatColor.BOLD + XD.prefix_color + XD.prefix + ChatColor.resetChat() + ChatColor.DARK_GRAY + "] "; - } - - String msg = ev.getRawText(); - msg= ChatColor.doColors(msg); - - String nameStr = ChatColor.resetChat() + "< "+ XD.name_color + XD.nickname + ChatColor.resetChat() + " >"; - String message = ": "+XD.chat_color + msg; - Style hover = Style.EMPTY; - hover=hover.withFont(Style.DEFAULT_FONT).withHoverEvent(HoverTip.get(ChatColor.MINECOIN_GOLD+"User Name: "+XD.username)); - ev.setCanceled(true); - - ChatHelpers.broadcast(Component.literal(prefixStr + nameStr + message).setStyle(hover), ev.getPlayer().server); - } - - -} +package dev.zontreck.otemod.chat; + +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.chat.HoverTip; +import dev.zontreck.libzontreck.events.ProfileLoadedEvent; +import dev.zontreck.libzontreck.events.ProfileUnloadingEvent; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.configs.PlayerFlyCache; +import dev.zontreck.otemod.enchantments.ModEnchantments; +import dev.zontreck.otemod.implementation.vault.StarterProvider; +import net.minecraft.network.chat.Component; +import net.minecraft.network.chat.Style; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.entity.player.Abilities; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.ItemStack; +import net.minecraftforge.event.ServerChatEvent; +import net.minecraftforge.event.entity.player.PlayerEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber; + +@EventBusSubscriber(modid=OTEMod.MOD_ID, bus=Mod.EventBusSubscriber.Bus.FORGE) +public class ChatServerOverride { + + @SubscribeEvent + public void onJoin(final ProfileLoadedEvent ev) + { + //Player joined, send custom alert + ServerPlayer play = ev.player; + Profile prof = ev.profile; + + + if(prof.flying) + { + play.getAbilities().flying=true; + play.onUpdateAbilities(); + } + + Abilities playerAbilities = play.getAbilities(); + boolean mayFly = false; + ItemStack feet = play.getItemBySlot(EquipmentSlot.FEET); + if(ItemUtils.getEnchantmentLevel(ModEnchantments.FLIGHT_ENCHANTMENT.get(), feet)>0)mayFly = true; + + playerAbilities.mayfly=mayFly; + PlayerFlyCache c = PlayerFlyCache.cachePlayer(play); + c.Flying=prof.flying; + c.FlyEnabled = mayFly; + c.Assert(play); + + if(StarterProvider.exists()) + OTEMod.checkFirstJoin(ev.player); + + if(!OTEServerConfig.USE_CUSTOM_JOINLEAVE.get()) return; + + ChatHelpers.broadcast(ChatHelpers.macro("!Dark_Gray![!Dark_Green!+!Dark_Gray!] !Bold!!Dark_Aqua![0]",prof.nickname), ev.level.getServer()); + + } + + @SubscribeEvent + public void onLeave(ProfileUnloadingEvent ev) + { + // Get player profile, send disconnect alert, then commit profile and remove it from memory + Profile px=ev.profile; + + + if(px==null)return; + + if(!OTEServerConfig.USE_CUSTOM_JOINLEAVE.get()) return; + + // Send the alert + ChatHelpers.broadcast(ChatHelpers.macro("!Dark_Gray![!Dark_Red!-!Dark_Gray!] !Bold!!Dark_Aqua![0]", px.nickname), px.player.server); + + + px.flying=px.player.getAbilities().flying; + ev.setCanceled(true); + } + + @SubscribeEvent + public void onClone(final PlayerEvent.Clone ev) + { + if(ev.getEntity().level().isClientSide)return; + // Fix for fly ability not copying to new instance on death or other circumstances + Player old = ev.getOriginal(); + Player n = ev.getEntity(); + + PlayerFlyCache c = PlayerFlyCache.cachePlayer((ServerPlayer)old); + c.Assert((ServerPlayer)n); + } + + @SubscribeEvent + public void onChat(final ServerChatEvent ev){ + if(ev.getPlayer().level().isClientSide)return; + // Player has chatted, apply override + if(!OTEServerConfig.USE_CUSTOM_CHATREPLACER.get()) return; + + + ServerPlayer sp = ev.getPlayer(); + // Get profile + Profile XD=null; + try { + XD = Profile.get_profile_of(sp.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + // Override the chat! + String prefixStr = ""; + if(XD.prefix != ""){ + prefixStr = ChatColor.DARK_GRAY + "[" + ChatColor.BOLD + XD.prefix_color + XD.prefix + ChatColor.resetChat() + ChatColor.DARK_GRAY + "] "; + } + + String msg = ev.getRawText(); + msg= ChatColor.doColors(msg); + + String nameStr = ChatColor.resetChat() + "< "+ XD.name_color + XD.nickname + ChatColor.resetChat() + " >"; + String message = ": "+XD.chat_color + msg; + Style hover = Style.EMPTY; + hover=hover.withFont(Style.DEFAULT_FONT).withHoverEvent(HoverTip.get(ChatColor.MINECOIN_GOLD+"User Name: "+XD.username)); + ev.setCanceled(true); + + ChatHelpers.broadcast(Component.literal(prefixStr + nameStr + message).setStyle(hover), ev.getPlayer().server); + } + + +} diff --git a/src/main/java/dev/zontreck/thresholds/client/renderer/ParallaxWindowEntityRenderer.java b/src/main/java/dev/zontreck/otemod/client/renderer/ParallaxWindowEntityRenderer.java similarity index 93% rename from src/main/java/dev/zontreck/thresholds/client/renderer/ParallaxWindowEntityRenderer.java rename to src/main/java/dev/zontreck/otemod/client/renderer/ParallaxWindowEntityRenderer.java index 51ee429..263bd12 100644 --- a/src/main/java/dev/zontreck/thresholds/client/renderer/ParallaxWindowEntityRenderer.java +++ b/src/main/java/dev/zontreck/otemod/client/renderer/ParallaxWindowEntityRenderer.java @@ -1,8 +1,9 @@ -package dev.zontreck.thresholds.client.renderer; +package dev.zontreck.otemod.client.renderer; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; -import dev.zontreck.thresholds.blocks.entity.ParallaxWindowEntity; +import dev.zontreck.otemod.blocks.ParallaxWindow; +import dev.zontreck.otemod.blocks.entity.ParallaxWindowEntity; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRenderer; diff --git a/src/main/java/dev/zontreck/thresholds/commands/CommandRegistry.java b/src/main/java/dev/zontreck/otemod/commands/CommandRegistry.java similarity index 66% rename from src/main/java/dev/zontreck/thresholds/commands/CommandRegistry.java rename to src/main/java/dev/zontreck/otemod/commands/CommandRegistry.java index 2196bbf..83c86ae 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/CommandRegistry.java +++ b/src/main/java/dev/zontreck/otemod/commands/CommandRegistry.java @@ -1,110 +1,110 @@ -package dev.zontreck.thresholds.commands; - -import java.time.Instant; -import java.util.HashMap; -import java.util.Map; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.commands.items.ShareItemInChatCommand; -import dev.zontreck.thresholds.commands.profilecmds.ChatColorCommand; -import dev.zontreck.thresholds.commands.profilecmds.NameColorCommand; -import dev.zontreck.thresholds.commands.profilecmds.NickCommand; -import dev.zontreck.thresholds.commands.profilecmds.PrefixColorCommand; -import dev.zontreck.thresholds.commands.profilecmds.PrefixCommand; -import dev.zontreck.thresholds.commands.vaults.StarterCommand; -import dev.zontreck.thresholds.commands.vaults.TrashCommand; -import dev.zontreck.thresholds.commands.vaults.VaultCommand; -import dev.zontreck.thresholds.commands.zschem.LoadSchem; -import dev.zontreck.thresholds.commands.zschem.Place; -import dev.zontreck.thresholds.commands.zschem.PlaceAsAir; -import dev.zontreck.thresholds.commands.zschem.SaveSchem; -import dev.zontreck.thresholds.commands.zschem.SetPos1; -import dev.zontreck.thresholds.commands.zschem.SetPos2; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import net.minecraftforge.event.RegisterCommandsEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; -import net.minecraftforge.fml.common.Mod; -import net.minecraftforge.fml.common.Mod.EventBusSubscriber; - -@EventBusSubscriber(modid= ThresholdsMod.MOD_ID,bus=Mod.EventBusSubscriber.Bus.FORGE) -public class CommandRegistry { - public static Map CommandCooldownRegistry = new HashMap<>(); - - public static void markUsed(String cmd) - { - // Command was used, mark the current time - CommandCooldownRegistry.put(cmd, Instant.now().getEpochSecond()); - } - - public static boolean canUse(String cmd) - { - if(!CommandCooldownRegistry.containsKey(cmd)) return true; - long lastUse = CommandCooldownRegistry.get(cmd); - switch(cmd) - { - case "rtp": - { - if(Instant.now().getEpochSecond() > lastUse+Long.parseLong(String.valueOf(ThresholdsServerConfig.RTP_COOLDOWN))){ - CommandCooldownRegistry.remove(cmd); - return true; - }else return false; - } - default: - { - CommandCooldownRegistry.remove(cmd); - return true; // cooldown not yet made - } - } - - } - public static String getRemaining(String string) { - long now = Instant.now().getEpochSecond(); - if(!CommandCooldownRegistry.containsKey(string))return "0"; - long used = CommandCooldownRegistry.get(string); - long cmd_time = 0L; - switch(string) - { - case "rtp": - { - cmd_time = Long.parseLong(String.valueOf(ThresholdsServerConfig.RTP_COOLDOWN)); - break; - } - default: - { - cmd_time = 0L; - break; - } - } - - used+=cmd_time; - long diff = used-now; - if(diff<0)diff=0L; - return String.valueOf(diff); - } - - @SubscribeEvent - public void onRegisterCommands(final RegisterCommandsEvent ev) - { - - ChatColorCommand.register(ev.getDispatcher()); - NameColorCommand.register(ev.getDispatcher()); - PrefixColorCommand.register(ev.getDispatcher()); - PrefixCommand.register(ev.getDispatcher()); - NickCommand.register(ev.getDispatcher()); - - - - VaultCommand.register(ev.getDispatcher()); - TrashCommand.register(ev.getDispatcher()); - - SetPos1.register(ev.getDispatcher()); - SetPos2.register(ev.getDispatcher()); - SaveSchem.register(ev.getDispatcher()); - LoadSchem.register(ev.getDispatcher()); - Place.register(ev.getDispatcher()); - PlaceAsAir.register(ev.getDispatcher()); - - ShareItemInChatCommand.register(ev.getDispatcher()); - StarterCommand.register(ev.getDispatcher()); - } -} +package dev.zontreck.otemod.commands; + +import java.time.Instant; +import java.util.HashMap; +import java.util.Map; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.commands.items.ShareItemInChatCommand; +import dev.zontreck.otemod.commands.profilecmds.ChatColorCommand; +import dev.zontreck.otemod.commands.profilecmds.NameColorCommand; +import dev.zontreck.otemod.commands.profilecmds.NickCommand; +import dev.zontreck.otemod.commands.profilecmds.PrefixColorCommand; +import dev.zontreck.otemod.commands.profilecmds.PrefixCommand; +import dev.zontreck.otemod.commands.vaults.StarterCommand; +import dev.zontreck.otemod.commands.vaults.TrashCommand; +import dev.zontreck.otemod.commands.vaults.VaultCommand; +import dev.zontreck.otemod.commands.zschem.LoadSchem; +import dev.zontreck.otemod.commands.zschem.Place; +import dev.zontreck.otemod.commands.zschem.PlaceAsAir; +import dev.zontreck.otemod.commands.zschem.SaveSchem; +import dev.zontreck.otemod.commands.zschem.SetPos1; +import dev.zontreck.otemod.commands.zschem.SetPos2; +import dev.zontreck.otemod.configs.OTEServerConfig; +import net.minecraftforge.event.RegisterCommandsEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber; + +@EventBusSubscriber(modid=OTEMod.MOD_ID,bus=Mod.EventBusSubscriber.Bus.FORGE) +public class CommandRegistry { + public static Map CommandCooldownRegistry = new HashMap<>(); + + public static void markUsed(String cmd) + { + // Command was used, mark the current time + CommandCooldownRegistry.put(cmd, Instant.now().getEpochSecond()); + } + + public static boolean canUse(String cmd) + { + if(!CommandCooldownRegistry.containsKey(cmd)) return true; + long lastUse = CommandCooldownRegistry.get(cmd); + switch(cmd) + { + case "rtp": + { + if(Instant.now().getEpochSecond() > lastUse+Long.parseLong(String.valueOf(OTEServerConfig.RTP_COOLDOWN))){ + CommandCooldownRegistry.remove(cmd); + return true; + }else return false; + } + default: + { + CommandCooldownRegistry.remove(cmd); + return true; // cooldown not yet made + } + } + + } + public static String getRemaining(String string) { + long now = Instant.now().getEpochSecond(); + if(!CommandCooldownRegistry.containsKey(string))return "0"; + long used = CommandCooldownRegistry.get(string); + long cmd_time = 0L; + switch(string) + { + case "rtp": + { + cmd_time = Long.parseLong(String.valueOf(OTEServerConfig.RTP_COOLDOWN)); + break; + } + default: + { + cmd_time = 0L; + break; + } + } + + used+=cmd_time; + long diff = used-now; + if(diff<0)diff=0L; + return String.valueOf(diff); + } + + @SubscribeEvent + public void onRegisterCommands(final RegisterCommandsEvent ev) + { + + ChatColorCommand.register(ev.getDispatcher()); + NameColorCommand.register(ev.getDispatcher()); + PrefixColorCommand.register(ev.getDispatcher()); + PrefixCommand.register(ev.getDispatcher()); + NickCommand.register(ev.getDispatcher()); + + + + VaultCommand.register(ev.getDispatcher()); + TrashCommand.register(ev.getDispatcher()); + + SetPos1.register(ev.getDispatcher()); + SetPos2.register(ev.getDispatcher()); + SaveSchem.register(ev.getDispatcher()); + LoadSchem.register(ev.getDispatcher()); + Place.register(ev.getDispatcher()); + PlaceAsAir.register(ev.getDispatcher()); + + ShareItemInChatCommand.register(ev.getDispatcher()); + StarterCommand.register(ev.getDispatcher()); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/FlyCommand.java b/src/main/java/dev/zontreck/otemod/commands/FlyCommand.java similarity index 80% rename from src/main/java/dev/zontreck/thresholds/commands/FlyCommand.java rename to src/main/java/dev/zontreck/otemod/commands/FlyCommand.java index 7bf0288..0309c12 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/FlyCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/FlyCommand.java @@ -1,52 +1,52 @@ -package dev.zontreck.thresholds.commands; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.context.CommandContext; -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.thresholds.ThresholdsMod; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; - -public class FlyCommand { - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("fly").executes(FlyCommand::Fly)); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int Fly(CommandContext ctx2) - { - // Request homes -// String homeName = ""; -// CommandSourceStack ctx = ctx2.getSource(); -// homeName = StringArgumentType.getString(ctx2, "nickname"); -// if(homeName==null)return 0; - CommandSourceStack ctx = ctx2.getSource(); - - ServerPlayer p = (ServerPlayer)ctx.getEntity(); - if(p==null)return 1; - - if(p.getAbilities().mayfly){ - p.getAbilities().mayfly=false; - p.getAbilities().flying=false; - p.onUpdateAbilities(); - - - ctx.sendSystemMessage(Component.literal(ThresholdsMod.ThresholdsPrefix + ChatColor.DARK_PURPLE + " Your ability to fly has been disabled")); - }else { - p.getAbilities().mayfly=true; - p.onUpdateAbilities(); - - ctx.sendSystemMessage(Component.literal(ThresholdsMod.ThresholdsPrefix + ChatColor.DARK_PURPLE + " You can now fly")); - } - - return 0; - } - -} +package dev.zontreck.otemod.commands; + +import com.mojang.brigadier.CommandDispatcher; +import com.mojang.brigadier.context.CommandContext; +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.otemod.OTEMod; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; + +public class FlyCommand { + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("fly").executes(FlyCommand::Fly)); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int Fly(CommandContext ctx2) + { + // Request homes +// String homeName = ""; +// CommandSourceStack ctx = ctx2.getSource(); +// homeName = StringArgumentType.getString(ctx2, "nickname"); +// if(homeName==null)return 0; + CommandSourceStack ctx = ctx2.getSource(); + + ServerPlayer p = (ServerPlayer)ctx.getEntity(); + if(p==null)return 1; + + if(p.getAbilities().mayfly){ + p.getAbilities().mayfly=false; + p.getAbilities().flying=false; + p.onUpdateAbilities(); + + + ctx.sendSystemMessage(Component.literal(OTEMod.OTEPrefix + ChatColor.DARK_PURPLE + " Your ability to fly has been disabled")); + }else { + p.getAbilities().mayfly=true; + p.onUpdateAbilities(); + + ctx.sendSystemMessage(Component.literal(OTEMod.OTEPrefix + ChatColor.DARK_PURPLE + " You can now fly")); + } + + return 0; + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/antigrief/HealNow.java b/src/main/java/dev/zontreck/otemod/commands/antigrief/HealNow.java similarity index 74% rename from src/main/java/dev/zontreck/thresholds/commands/antigrief/HealNow.java rename to src/main/java/dev/zontreck/otemod/commands/antigrief/HealNow.java index 5e9b74f..de5b6a7 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/antigrief/HealNow.java +++ b/src/main/java/dev/zontreck/otemod/commands/antigrief/HealNow.java @@ -1,8 +1,8 @@ -package dev.zontreck.thresholds.commands.antigrief; - -// This will accelerate the healing queue, not do it instantly! -// The queue will get processed at a rate of 10* the configured rate. -public class HealNow -{ - -} +package dev.zontreck.otemod.commands.antigrief; + +// This will accelerate the healing queue, not do it instantly! +// The queue will get processed at a rate of 10* the configured rate. +public class HealNow +{ + +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/items/ShareItemInChatCommand.java b/src/main/java/dev/zontreck/otemod/commands/items/ShareItemInChatCommand.java similarity index 78% rename from src/main/java/dev/zontreck/thresholds/commands/items/ShareItemInChatCommand.java rename to src/main/java/dev/zontreck/otemod/commands/items/ShareItemInChatCommand.java index b4920bd..486971e 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/items/ShareItemInChatCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/items/ShareItemInChatCommand.java @@ -1,11 +1,11 @@ -package dev.zontreck.thresholds.commands.items; +package dev.zontreck.otemod.commands.items; import com.mojang.brigadier.CommandDispatcher; import dev.zontreck.libzontreck.chat.HoverTip; import dev.zontreck.libzontreck.profiles.Profile; import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.ThresholdsMod; +import dev.zontreck.otemod.OTEMod; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.network.chat.MutableComponent; @@ -36,7 +36,7 @@ public class ShareItemInChatCommand { ItemStack is = play.getItemInHand(InteractionHand.MAIN_HAND); if(is.getItem() instanceof AirItem) { - play.displayClientMessage(ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You cannot share air in the chat."), false); + play.displayClientMessage(ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You cannot share air in the chat."), false); return 0; } @@ -47,11 +47,11 @@ public class ShareItemInChatCommand { return 1; } - MutableComponent component = ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix).append(is.getDisplayName()).append(ChatHelpers.macro(" !White!-!Dark_Purple! Hover here to see the item that "+prof.name_color+prof.nickname+"!Dark_Purple! shared")); + MutableComponent component = ChatHelpers.macro(OTEMod.OTEPrefix).append(is.getDisplayName()).append(ChatHelpers.macro(" !White!-!Dark_Purple! Hover here to see the item that "+prof.name_color+prof.nickname+"!Dark_Purple! shared")); Style style = Style.EMPTY.withFont(Style.DEFAULT_FONT); component = component.withStyle(style.withHoverEvent(HoverTip.getItem(is))); - ChatHelpers.broadcast(component, ThresholdsMod.THE_SERVER); + ChatHelpers.broadcast(component, OTEMod.THE_SERVER); }else { return 1; diff --git a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/ChatColorCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/ChatColorCommand.java similarity index 92% rename from src/main/java/dev/zontreck/thresholds/commands/profilecmds/ChatColorCommand.java rename to src/main/java/dev/zontreck/otemod/commands/profilecmds/ChatColorCommand.java index 853fe7e..a992ddf 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/ChatColorCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/ChatColorCommand.java @@ -1,59 +1,60 @@ -package dev.zontreck.thresholds.commands.profilecmds; - -import com.mojang.brigadier.CommandDispatcher; -import dev.zontreck.libzontreck.LibZontreck; -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.implementation.Messages; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.player.Player; -import net.minecraftforge.server.command.EnumArgument; - -public class ChatColorCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("chat_color") - .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) - .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) - .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) - ) - ); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - public static int setchatcolor(CommandSourceStack source, ColorOptions string) { - - // Chat Color has a registry of colors that we can use to map back to our desired color - // To code - String colorcoded = ChatColor.from(string); - - // Get profile - if(!(source.getEntity() instanceof Player)){ - return 1; - } - ServerPlayer play = (ServerPlayer)source.getEntity(); - Profile p; - try { - p = Profile.get_profile_of(play.getStringUUID()); - } catch (UserProfileNotYetExistsException e) { - return 1; - } - p.chat_color = colorcoded; - p.commit(); - LibZontreck.PROFILES.put(play.getStringUUID(), p); - - ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.CHAT_COLOR_UPDATED), source.getServer()); - - return 0; - } -} +package dev.zontreck.otemod.commands.profilecmds; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.LibZontreck; +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.Messages; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; +import net.minecraftforge.server.command.EnumArgument; + +public class ChatColorCommand { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("chat_color") + .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) + .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) + .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) + ) + ); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + public static int setchatcolor(CommandSourceStack source, ColorOptions string) { + + // Chat Color has a registry of colors that we can use to map back to our desired color + // To code + String colorcoded = ChatColor.from(string); + + // Get profile + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + return 1; + } + p.chat_color = colorcoded; + p.commit(); + LibZontreck.PROFILES.put(play.getStringUUID(), p); + + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.CHAT_COLOR_UPDATED), source.getServer()); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/NameColorCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/NameColorCommand.java similarity index 92% rename from src/main/java/dev/zontreck/thresholds/commands/profilecmds/NameColorCommand.java rename to src/main/java/dev/zontreck/otemod/commands/profilecmds/NameColorCommand.java index 88fa560..5211832 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/NameColorCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/NameColorCommand.java @@ -1,60 +1,61 @@ -package dev.zontreck.thresholds.commands.profilecmds; - -import com.mojang.brigadier.CommandDispatcher; -import dev.zontreck.libzontreck.LibZontreck; -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.implementation.Messages; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.player.Player; -import net.minecraftforge.server.command.EnumArgument; - -public class NameColorCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("nick_color") - .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) - .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) - .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) - ) - ); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - public static int setchatcolor(CommandSourceStack source, ColorOptions string) { - - // Chat Color has a registry of colors that we can use to map back to our desired color - // To code - String colorcoded = ChatColor.from(string); - - // Get profile - if(!(source.getEntity() instanceof Player)){ - return 1; - } - ServerPlayer play = (ServerPlayer)source.getEntity(); - Profile p; - try { - p = Profile.get_profile_of(play.getStringUUID()); - } catch (UserProfileNotYetExistsException e) { - return 1; - } - p.name_color = colorcoded; - p.commit(); - LibZontreck.PROFILES.put(play.getStringUUID(), p); - - - ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.NAME_COLOR_UPDATED), source.getServer()); - - return 0; - } -} +package dev.zontreck.otemod.commands.profilecmds; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.LibZontreck; +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.Messages; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; +import net.minecraftforge.server.command.EnumArgument; + +public class NameColorCommand { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("nick_color") + .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) + .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) + .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) + ) + ); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + public static int setchatcolor(CommandSourceStack source, ColorOptions string) { + + // Chat Color has a registry of colors that we can use to map back to our desired color + // To code + String colorcoded = ChatColor.from(string); + + // Get profile + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + return 1; + } + p.name_color = colorcoded; + p.commit(); + LibZontreck.PROFILES.put(play.getStringUUID(), p); + + + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.NAME_COLOR_UPDATED), source.getServer()); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/NickCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/NickCommand.java similarity index 89% rename from src/main/java/dev/zontreck/thresholds/commands/profilecmds/NickCommand.java rename to src/main/java/dev/zontreck/otemod/commands/profilecmds/NickCommand.java index aa229f1..e1a44a0 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/NickCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/NickCommand.java @@ -1,55 +1,57 @@ -package dev.zontreck.thresholds.commands.profilecmds; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; -import dev.zontreck.libzontreck.LibZontreck; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.implementation.Messages; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.player.Player; - -public class NickCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("nick") - .executes(c->setchatcolor(c.getSource(), c.getSource().getPlayerOrException().getName().getString())) - .then(Commands.argument("new_name", StringArgumentType.string())//StringArgumentType.string()) - .executes(c -> setchatcolor(c.getSource(), StringArgumentType.getString(c, "new_name")))// EnumArgument.getS(c, "color"))) - ) - ); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - public static int setchatcolor(CommandSourceStack source, String string) { - - // Get profile - if(!(source.getEntity() instanceof Player)){ - return 1; - } - ServerPlayer play = (ServerPlayer)source.getEntity(); - - Profile p; - try { - p = Profile.get_profile_of(play.getStringUUID()); - } catch (UserProfileNotYetExistsException e) { - return 1; - } - p.nickname = string; - p.commit(); - LibZontreck.PROFILES.put(play.getStringUUID(), p); - - - ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.NICK_UPDATED), source.getServer()); - - return 0; - } -} +package dev.zontreck.otemod.commands.profilecmds; + +import com.mojang.brigadier.CommandDispatcher; +import com.mojang.brigadier.arguments.StringArgumentType; +import dev.zontreck.libzontreck.LibZontreck; +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.Messages; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; + +public class NickCommand { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("nick") + .executes(c->setchatcolor(c.getSource(), c.getSource().getPlayerOrException().getName().getString())) + .then(Commands.argument("new_name", StringArgumentType.string())//StringArgumentType.string()) + .executes(c -> setchatcolor(c.getSource(), StringArgumentType.getString(c, "new_name")))// EnumArgument.getS(c, "color"))) + ) + ); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + public static int setchatcolor(CommandSourceStack source, String string) { + + // Get profile + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + return 1; + } + p.nickname = string; + p.commit(); + LibZontreck.PROFILES.put(play.getStringUUID(), p); + + + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.NICK_UPDATED), source.getServer()); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/PrefixColorCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixColorCommand.java similarity index 92% rename from src/main/java/dev/zontreck/thresholds/commands/profilecmds/PrefixColorCommand.java rename to src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixColorCommand.java index 45bf421..1763fac 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/PrefixColorCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixColorCommand.java @@ -1,60 +1,61 @@ -package dev.zontreck.thresholds.commands.profilecmds; - -import com.mojang.brigadier.CommandDispatcher; -import dev.zontreck.libzontreck.LibZontreck; -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.implementation.Messages; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.player.Player; -import net.minecraftforge.server.command.EnumArgument; - -public class PrefixColorCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("prefix_color") - .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) - .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) - .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) - ) - ); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - public static int setchatcolor(CommandSourceStack source, ColorOptions string) { - - // Chat Color has a registry of colors that we can use to map back to our desired color - // To code - String colorcoded = ChatColor.from(string); - - // Get profile - if(!(source.getEntity() instanceof Player)){ - return 1; - } - ServerPlayer play = (ServerPlayer)source.getEntity(); - - Profile p; - try { - p = Profile.get_profile_of(play.getStringUUID()); - } catch (UserProfileNotYetExistsException e) { - return 1; - } - p.prefix_color = colorcoded; - p.commit(); - LibZontreck.PROFILES.put(play.getStringUUID(), p); - - ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.PREFIX_COLOR_UPDATED), source.getServer()); - - return 0; - } -} +package dev.zontreck.otemod.commands.profilecmds; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.LibZontreck; +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.Messages; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; +import net.minecraftforge.server.command.EnumArgument; + +public class PrefixColorCommand { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("prefix_color") + .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) + .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) + .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) + ) + ); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + public static int setchatcolor(CommandSourceStack source, ColorOptions string) { + + // Chat Color has a registry of colors that we can use to map back to our desired color + // To code + String colorcoded = ChatColor.from(string); + + // Get profile + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + return 1; + } + p.prefix_color = colorcoded; + p.commit(); + LibZontreck.PROFILES.put(play.getStringUUID(), p); + + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.PREFIX_COLOR_UPDATED), source.getServer()); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/PrefixCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixCommand.java similarity index 89% rename from src/main/java/dev/zontreck/thresholds/commands/profilecmds/PrefixCommand.java rename to src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixCommand.java index c653fe1..471cfc2 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/profilecmds/PrefixCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixCommand.java @@ -1,54 +1,56 @@ -package dev.zontreck.thresholds.commands.profilecmds; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; -import dev.zontreck.libzontreck.LibZontreck; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.implementation.Messages; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.player.Player; - -public class PrefixCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("prefix") - .executes(c->setchatcolor(c.getSource(), "Member")) - .then(Commands.argument("new_prefix", StringArgumentType.string())//StringArgumentType.string()) - .executes(c -> setchatcolor(c.getSource(), StringArgumentType.getString(c, "new_prefix")))// EnumArgument.getS(c, "color"))) - ) - ); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - public static int setchatcolor(CommandSourceStack source, String string) { - - // Get profile - if(!(source.getEntity() instanceof Player)){ - return 1; - } - ServerPlayer play = (ServerPlayer)source.getEntity(); - - Profile p; - try { - p = Profile.get_profile_of(play.getStringUUID()); - } catch (UserProfileNotYetExistsException e) { - return 1; - } - p.prefix = string; - p.commit(); - LibZontreck.PROFILES.put(play.getStringUUID(), p); - - ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.PREFIX_UPDATED), source.getServer()); - - return 0; - } -} +package dev.zontreck.otemod.commands.profilecmds; + +import com.mojang.brigadier.CommandDispatcher; +import com.mojang.brigadier.arguments.StringArgumentType; +import dev.zontreck.libzontreck.LibZontreck; +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.Messages; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; + +public class PrefixCommand { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("prefix") + .executes(c->setchatcolor(c.getSource(), "Member")) + .then(Commands.argument("new_prefix", StringArgumentType.string())//StringArgumentType.string()) + .executes(c -> setchatcolor(c.getSource(), StringArgumentType.getString(c, "new_prefix")))// EnumArgument.getS(c, "color"))) + ) + ); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + public static int setchatcolor(CommandSourceStack source, String string) { + + // Get profile + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + return 1; + } + p.prefix = string; + p.commit(); + LibZontreck.PROFILES.put(play.getStringUUID(), p); + + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.PREFIX_UPDATED), source.getServer()); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/vaults/StarterCommand.java b/src/main/java/dev/zontreck/otemod/commands/vaults/StarterCommand.java similarity index 83% rename from src/main/java/dev/zontreck/thresholds/commands/vaults/StarterCommand.java rename to src/main/java/dev/zontreck/otemod/commands/vaults/StarterCommand.java index d5f607e..ec307c3 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/vaults/StarterCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/vaults/StarterCommand.java @@ -1,15 +1,17 @@ -package dev.zontreck.thresholds.commands.vaults; +package dev.zontreck.otemod.commands.vaults; import com.mojang.brigadier.CommandDispatcher; +import com.mojang.brigadier.arguments.StringArgumentType; import dev.zontreck.libzontreck.profiles.Profile; import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.Messages; -import dev.zontreck.thresholds.implementation.PlayerFirstJoinTag; -import dev.zontreck.thresholds.implementation.vault.NoMoreVaultException; -import dev.zontreck.thresholds.implementation.vault.StarterContainer; -import dev.zontreck.thresholds.implementation.vault.VaultContainer; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.implementation.Messages; +import dev.zontreck.otemod.implementation.PlayerFirstJoinTag; +import dev.zontreck.otemod.implementation.vault.NoMoreVaultException; +import dev.zontreck.otemod.implementation.vault.StarterContainer; +import dev.zontreck.otemod.implementation.vault.VaultContainer; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.commands.arguments.EntityArgument; @@ -18,6 +20,8 @@ import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.SimpleMenuProvider; import net.minecraftforge.network.NetworkHooks; +import java.time.Instant; + public class StarterCommand { public static void register(CommandDispatcher dispatcher) @@ -46,7 +50,7 @@ public class StarterCommand PFJT.save(prof.NBT); - ThresholdsMod.checkFirstJoin(player); + OTEMod.checkFirstJoin(player); } public static int openStarterMenu(CommandSourceStack ctx) @@ -85,7 +89,7 @@ public class StarterCommand try { container = new StarterContainer(p); } catch (NoMoreVaultException e) { - ChatHelpers.broadcastTo(p.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +"!Dark_Red!You cannot open anymore vaults. Craft a new vault!"), p.server); + ChatHelpers.broadcastTo(p.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+"!Dark_Red!You cannot open anymore vaults. Craft a new vault!"), p.server); return; } diff --git a/src/main/java/dev/zontreck/thresholds/commands/vaults/TrashCommand.java b/src/main/java/dev/zontreck/otemod/commands/vaults/TrashCommand.java similarity index 83% rename from src/main/java/dev/zontreck/thresholds/commands/vaults/TrashCommand.java rename to src/main/java/dev/zontreck/otemod/commands/vaults/TrashCommand.java index 8d2f93b..9d6cee0 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/vaults/TrashCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/vaults/TrashCommand.java @@ -1,48 +1,48 @@ -package dev.zontreck.thresholds.commands.vaults; - -import com.mojang.brigadier.CommandDispatcher; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.vault.NoMoreVaultException; -import dev.zontreck.thresholds.implementation.vault.VaultContainer; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.SimpleMenuProvider; -import net.minecraftforge.network.NetworkHooks; - -public class TrashCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("trash").executes(c-> vault(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int vault(CommandSourceStack source) { - //VaultContainer cont = new VaultContainer(i, source.getPlayer().getUUID()); - //cont.startOpen(source.getPlayer()); - ServerPlayer play = (ServerPlayer)source.getEntity(); - - VaultContainer container; - try { - container = new VaultContainer(play, -1); - } catch (NoMoreVaultException e) { - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You cannot open anymore vaults. Craft a new vault!"), play.server); - return 0; - } - - NetworkHooks.openScreen(play, new SimpleMenuProvider(container.serverMenu, Component.literal("Trash"))); - - // Add to the master vault registry - if(VaultContainer.VAULT_REGISTRY.containsKey(play.getUUID()))VaultContainer.VAULT_REGISTRY.remove(play.getUUID()); - VaultContainer.VAULT_REGISTRY.put(play.getUUID(), container); - - return 0; - } -} +package dev.zontreck.otemod.commands.vaults; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.vault.NoMoreVaultException; +import dev.zontreck.otemod.implementation.vault.VaultContainer; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.SimpleMenuProvider; +import net.minecraftforge.network.NetworkHooks; + +public class TrashCommand { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("trash").executes(c-> vault(c.getSource()))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int vault(CommandSourceStack source) { + //VaultContainer cont = new VaultContainer(i, source.getPlayer().getUUID()); + //cont.startOpen(source.getPlayer()); + ServerPlayer play = (ServerPlayer)source.getEntity(); + + VaultContainer container; + try { + container = new VaultContainer(play, -1); + } catch (NoMoreVaultException e) { + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You cannot open anymore vaults. Craft a new vault!"), play.server); + return 0; + } + + NetworkHooks.openScreen(play, new SimpleMenuProvider(container.serverMenu, Component.literal("Trash"))); + + // Add to the master vault registry + if(VaultContainer.VAULT_REGISTRY.containsKey(play.getUUID()))VaultContainer.VAULT_REGISTRY.remove(play.getUUID()); + VaultContainer.VAULT_REGISTRY.put(play.getUUID(), container); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/vaults/VaultCommand.java b/src/main/java/dev/zontreck/otemod/commands/vaults/VaultCommand.java similarity index 83% rename from src/main/java/dev/zontreck/thresholds/commands/vaults/VaultCommand.java rename to src/main/java/dev/zontreck/otemod/commands/vaults/VaultCommand.java index 813d8c7..0dbd9b0 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/vaults/VaultCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/vaults/VaultCommand.java @@ -1,60 +1,60 @@ -package dev.zontreck.thresholds.commands.vaults; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.IntegerArgumentType; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.vault.NoMoreVaultException; -import dev.zontreck.thresholds.implementation.vault.VaultContainer; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.SimpleMenuProvider; -import net.minecraftforge.network.NetworkHooks; - -public class VaultCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("pv").executes(c-> vault(c.getSource(), 0)).then(Commands.argument("number", IntegerArgumentType.integer()).executes(c -> vault(c.getSource(), IntegerArgumentType.getInteger(c, "number"))))); - dispatcher.register(Commands.literal("vault").executes(c-> vault(c.getSource(), 0)).then(Commands.argument("number", IntegerArgumentType.integer()).executes(c -> vault(c.getSource(), IntegerArgumentType.getInteger(c, "number"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int vault(CommandSourceStack source, int i) { - //VaultContainer cont = new VaultContainer(i, source.getPlayer().getUUID()); - //cont.startOpen(source.getPlayer()); - ServerPlayer play = (ServerPlayer)source.getEntity(); - if(i <0) - { - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You can only specify a vault number in the positive range"), source.getServer()); - return 0; - } - doOpen(play, i); - - - return 0; - } - - public static void doOpen(ServerPlayer p, int i){ - - VaultContainer container; - try { - container = new VaultContainer(p, i); - } catch (NoMoreVaultException e) { - ChatHelpers.broadcastTo(p.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You cannot open anymore vaults. Craft a new vault!"), p.server); - return; - } - - NetworkHooks.openScreen(p, new SimpleMenuProvider(container.serverMenu, Component.literal("Vault " + i))); - - // Add to the master vault registry - if(VaultContainer.VAULT_REGISTRY.containsKey(p.getUUID()))VaultContainer.VAULT_REGISTRY.remove(p.getUUID()); - VaultContainer.VAULT_REGISTRY.put(p.getUUID(), container); - } -} +package dev.zontreck.otemod.commands.vaults; + +import com.mojang.brigadier.CommandDispatcher; +import com.mojang.brigadier.arguments.IntegerArgumentType; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.vault.NoMoreVaultException; +import dev.zontreck.otemod.implementation.vault.VaultContainer; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.SimpleMenuProvider; +import net.minecraftforge.network.NetworkHooks; + +public class VaultCommand { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("pv").executes(c-> vault(c.getSource(), 0)).then(Commands.argument("number", IntegerArgumentType.integer()).executes(c -> vault(c.getSource(), IntegerArgumentType.getInteger(c, "number"))))); + dispatcher.register(Commands.literal("vault").executes(c-> vault(c.getSource(), 0)).then(Commands.argument("number", IntegerArgumentType.integer()).executes(c -> vault(c.getSource(), IntegerArgumentType.getInteger(c, "number"))))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int vault(CommandSourceStack source, int i) { + //VaultContainer cont = new VaultContainer(i, source.getPlayer().getUUID()); + //cont.startOpen(source.getPlayer()); + ServerPlayer play = (ServerPlayer)source.getEntity(); + if(i <0) + { + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You can only specify a vault number in the positive range"), source.getServer()); + return 0; + } + doOpen(play, i); + + + return 0; + } + + public static void doOpen(ServerPlayer p, int i){ + + VaultContainer container; + try { + container = new VaultContainer(p, i); + } catch (NoMoreVaultException e) { + ChatHelpers.broadcastTo(p.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You cannot open anymore vaults. Craft a new vault!"), p.server); + return; + } + + NetworkHooks.openScreen(p, new SimpleMenuProvider(container.serverMenu, Component.literal("Vault " + i))); + + // Add to the master vault registry + if(VaultContainer.VAULT_REGISTRY.containsKey(p.getUUID()))VaultContainer.VAULT_REGISTRY.remove(p.getUUID()); + VaultContainer.VAULT_REGISTRY.put(p.getUUID(), container); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/zschem/LoadSchem.java b/src/main/java/dev/zontreck/otemod/commands/zschem/LoadSchem.java similarity index 86% rename from src/main/java/dev/zontreck/thresholds/commands/zschem/LoadSchem.java rename to src/main/java/dev/zontreck/otemod/commands/zschem/LoadSchem.java index b2f7cd7..87bfe70 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/zschem/LoadSchem.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/LoadSchem.java @@ -1,139 +1,139 @@ -package dev.zontreck.thresholds.commands.zschem; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.libzontreck.vectors.WorldPosition; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.integrations.LuckPermsHelper; -import dev.zontreck.thresholds.permissions.Permissions; -import dev.zontreck.thresholds.zschem.MemoryHolder; -import dev.zontreck.thresholds.zschem.MemoryHolder.Container; -import dev.zontreck.thresholds.zschem.StoredBlock; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.ListTag; -import net.minecraft.nbt.NbtIo; -import net.minecraft.nbt.Tag; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.server.level.ServerPlayer; -import net.minecraftforge.fml.loading.FMLConfig; -import net.minecraftforge.fml.loading.FMLPaths; - -import java.io.File; -import java.io.IOException; -import java.nio.file.Path; -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; - -public class LoadSchem { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("loadzschem").executes(c-> loadSchematicUsage(c.getSource())).then(Commands.argument("name", StringArgumentType.string()).executes(z->loadSchematic(z.getSource(), StringArgumentType.getString(z, "name"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int loadSchematic(CommandSourceStack source, String name) { - // Perform sanity checks - - - ServerPlayer play = (ServerPlayer)source.getEntity(); - if(play==null)return 1; - - if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_load)){ - LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_load, Permissions.zschem); - return 1; - } - - if(MemoryHolder.hasPlayerCached(play)) - { - Container cont = MemoryHolder.getContainer(play); - if(cont == null) - { - - loadSchematicUsage(source); - }else { - if(cont.Pos1 != ThresholdsMod.ZERO_VECTOR) - { - // Lets go! - List blocks = new ArrayList(); - // First we calculate every vector between pos1 and pos2. - // Then we subtract pos1 from the vector to acquire a relative position. - // Then we save the block with this relative position to the blocks list - // Once serialized, it is then possible to add the position. Note that this makes it impossible to rotate a zschem like with worldedit, but thats usually fine for our usecases. once in-game worldedit can be used to rotate. - // TODO: Also- It is possible that a rotational implementation can be added in the future - - Path configDir = FMLPaths.GAMEDIR.get().resolve(FMLConfig.defaultConfigPath()); - configDir = configDir.resolve("ZSchems"); - File X = configDir.toFile(); - if(!X.exists()) - { - X.mkdir(); - } - configDir = configDir.resolve(name+"-zschem.nbt"); - - if(configDir.toFile().exists()){ - CompoundTag CT=new CompoundTag(); - try { - CT = NbtIo.readCompressed(configDir.toFile()); - - } catch (IOException e) { - e.printStackTrace(); - return 1; - } - - ListTag blst = CT.getList("blocks", CompoundTag.TAG_COMPOUND); - Iterator tags = blst.iterator(); - while(tags.hasNext()) - { - CompoundTag nxt = (CompoundTag)tags.next(); - StoredBlock sb = new StoredBlock(nxt); - ServerLevel pasteLvl = cont.lvl; - sb.updateWorld(pasteLvl); - - WorldPosition wp = sb.getWorldPosition(); - Vector3 superPos = cont.Pos1; - wp.Position = superPos.add(wp.Position); - sb.setPosition(wp.Position); - - - blocks.add(sb); - - } - - MemoryHolder.setBlocks(play, blocks); - - }else { - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix + " !Dark_Red!No such ZSchem exists!"), source.getServer()); - return 0; - } - - - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Green!ZSchem loaded from disk!"), ThresholdsMod.THE_SERVER); - return 0; - } - } - } - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro("!Dark_Red! You must set the first position"), ThresholdsMod.THE_SERVER); - - return 0; - } - - private static int loadSchematicUsage(CommandSourceStack source) - { - String usage = ThresholdsMod.ThresholdsPrefix; - usage += "!gold! /loadzschem [string:name]"; - ServerPlayer play=(ServerPlayer)source.getEntity(); - if(play==null)return 1; - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(usage), ThresholdsMod.THE_SERVER); - return 0; - } -} +package dev.zontreck.otemod.commands.zschem; + +import com.mojang.brigadier.CommandDispatcher; +import com.mojang.brigadier.arguments.StringArgumentType; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.WorldPosition; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.integrations.LuckPermsHelper; +import dev.zontreck.otemod.permissions.Permissions; +import dev.zontreck.otemod.zschem.MemoryHolder; +import dev.zontreck.otemod.zschem.MemoryHolder.Container; +import dev.zontreck.otemod.zschem.StoredBlock; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.ListTag; +import net.minecraft.nbt.NbtIo; +import net.minecraft.nbt.Tag; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.fml.loading.FMLConfig; +import net.minecraftforge.fml.loading.FMLPaths; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Path; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; + +public class LoadSchem { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("loadzschem").executes(c-> loadSchematicUsage(c.getSource())).then(Commands.argument("name", StringArgumentType.string()).executes(z->loadSchematic(z.getSource(), StringArgumentType.getString(z, "name"))))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int loadSchematic(CommandSourceStack source, String name) { + // Perform sanity checks + + + ServerPlayer play = (ServerPlayer)source.getEntity(); + if(play==null)return 1; + + if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_load)){ + LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_load, Permissions.zschem); + return 1; + } + + if(MemoryHolder.hasPlayerCached(play)) + { + Container cont = MemoryHolder.getContainer(play); + if(cont == null) + { + + loadSchematicUsage(source); + }else { + if(cont.Pos1 != OTEMod.ZERO_VECTOR) + { + // Lets go! + List blocks = new ArrayList(); + // First we calculate every vector between pos1 and pos2. + // Then we subtract pos1 from the vector to acquire a relative position. + // Then we save the block with this relative position to the blocks list + // Once serialized, it is then possible to add the position. Note that this makes it impossible to rotate a zschem like with worldedit, but thats usually fine for our usecases. once in-game worldedit can be used to rotate. + // TODO: Also- It is possible that a rotational implementation can be added in the future + + Path configDir = FMLPaths.GAMEDIR.get().resolve(FMLConfig.defaultConfigPath()); + configDir = configDir.resolve("ZSchems"); + File X = configDir.toFile(); + if(!X.exists()) + { + X.mkdir(); + } + configDir = configDir.resolve(name+"-zschem.nbt"); + + if(configDir.toFile().exists()){ + CompoundTag CT=new CompoundTag(); + try { + CT = NbtIo.readCompressed(configDir.toFile()); + + } catch (IOException e) { + e.printStackTrace(); + return 1; + } + + ListTag blst = CT.getList("blocks", CompoundTag.TAG_COMPOUND); + Iterator tags = blst.iterator(); + while(tags.hasNext()) + { + CompoundTag nxt = (CompoundTag)tags.next(); + StoredBlock sb = new StoredBlock(nxt); + ServerLevel pasteLvl = cont.lvl; + sb.updateWorld(pasteLvl); + + WorldPosition wp = sb.getWorldPosition(); + Vector3 superPos = cont.Pos1; + wp.Position = superPos.add(wp.Position); + sb.setPosition(wp.Position); + + + blocks.add(sb); + + } + + MemoryHolder.setBlocks(play, blocks); + + }else { + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix + " !Dark_Red!No such ZSchem exists!"), source.getServer()); + return 0; + } + + + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!ZSchem loaded from disk!"), OTEMod.THE_SERVER); + return 0; + } + } + } + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro("!Dark_Red! You must set the first position"), OTEMod.THE_SERVER); + + return 0; + } + + private static int loadSchematicUsage(CommandSourceStack source) + { + String usage = OTEMod.OTEPrefix; + usage += "!gold! /loadzschem [string:name]"; + ServerPlayer play=(ServerPlayer)source.getEntity(); + if(play==null)return 1; + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(usage), OTEMod.THE_SERVER); + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/zschem/Place.java b/src/main/java/dev/zontreck/otemod/commands/zschem/Place.java similarity index 73% rename from src/main/java/dev/zontreck/thresholds/commands/zschem/Place.java rename to src/main/java/dev/zontreck/otemod/commands/zschem/Place.java index 7b6f238..972e02d 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/zschem/Place.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/Place.java @@ -1,75 +1,75 @@ -package dev.zontreck.thresholds.commands.zschem; - -import com.mojang.brigadier.CommandDispatcher; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.integrations.LuckPermsHelper; -import dev.zontreck.thresholds.permissions.Permissions; -import dev.zontreck.thresholds.zschem.MemoryHolder; -import dev.zontreck.thresholds.zschem.MemoryHolder.Container; -import dev.zontreck.thresholds.zschem.StoredBlock; -import dev.zontreck.thresholds.zschem.WorldProp; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; - -import java.util.Collections; -import java.util.List; - -// This command will place the loaded schematic in world. The schematic will originate from position 1. The positions are relative and are added onto position 1. -public class Place { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("placezschem").executes(c-> place(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int place(CommandSourceStack source) { - - ServerPlayer play = (ServerPlayer)source.getEntity(); - if(play==null)return 1; - - if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_place)){ - LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_place, Permissions.zschem); - return 1; - } - - if(!MemoryHolder.hasPlayerCached(play)){ - - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You must first load the zschem!"), ThresholdsMod.THE_SERVER); - - return 1; - } - - Container cont = MemoryHolder.getContainer(play); - List blocks = cont.blocks; - Collections.shuffle(blocks); - - if(cont.Pos1 != ThresholdsMod.ZERO_VECTOR) - { - WorldProp system = WorldProp.acquire(cont.lvl); - // Begin the process - for (StoredBlock storedBlock : blocks) { - // alter the stored block and send it off to the queue system for the relevant world! - - system.customEnqueue(storedBlock); - } - - }else { - - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You must first load the zschem!"), ThresholdsMod.THE_SERVER); - - return 1; - } - - - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Green!Enqueued!"), ThresholdsMod.THE_SERVER); - - return 0; - } -} +package dev.zontreck.otemod.commands.zschem; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.integrations.LuckPermsHelper; +import dev.zontreck.otemod.permissions.Permissions; +import dev.zontreck.otemod.zschem.MemoryHolder; +import dev.zontreck.otemod.zschem.MemoryHolder.Container; +import dev.zontreck.otemod.zschem.StoredBlock; +import dev.zontreck.otemod.zschem.WorldProp; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.server.level.ServerPlayer; + +import java.util.Collections; +import java.util.List; + +// This command will place the loaded schematic in world. The schematic will originate from position 1. The positions are relative and are added onto position 1. +public class Place { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("placezschem").executes(c-> place(c.getSource()))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int place(CommandSourceStack source) { + + ServerPlayer play = (ServerPlayer)source.getEntity(); + if(play==null)return 1; + + if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_place)){ + LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_place, Permissions.zschem); + return 1; + } + + if(!MemoryHolder.hasPlayerCached(play)){ + + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You must first load the zschem!"), OTEMod.THE_SERVER); + + return 1; + } + + Container cont = MemoryHolder.getContainer(play); + List blocks = cont.blocks; + Collections.shuffle(blocks); + + if(cont.Pos1 != OTEMod.ZERO_VECTOR) + { + WorldProp system = WorldProp.acquire(cont.lvl); + // Begin the process + for (StoredBlock storedBlock : blocks) { + // alter the stored block and send it off to the queue system for the relevant world! + + system.customEnqueue(storedBlock); + } + + }else { + + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You must first load the zschem!"), OTEMod.THE_SERVER); + + return 1; + } + + + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!Enqueued!"), OTEMod.THE_SERVER); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/zschem/PlaceAsAir.java b/src/main/java/dev/zontreck/otemod/commands/zschem/PlaceAsAir.java similarity index 74% rename from src/main/java/dev/zontreck/thresholds/commands/zschem/PlaceAsAir.java rename to src/main/java/dev/zontreck/otemod/commands/zschem/PlaceAsAir.java index 7a2f323..458a6c0 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/zschem/PlaceAsAir.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/PlaceAsAir.java @@ -1,82 +1,82 @@ -package dev.zontreck.thresholds.commands.zschem; - -import com.mojang.brigadier.CommandDispatcher; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.integrations.LuckPermsHelper; -import dev.zontreck.thresholds.permissions.Permissions; -import dev.zontreck.thresholds.zschem.MemoryHolder; -import dev.zontreck.thresholds.zschem.MemoryHolder.Container; -import dev.zontreck.thresholds.zschem.StoredBlock; -import dev.zontreck.thresholds.zschem.WorldProp; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.level.block.Blocks; - -import java.util.Collections; -import java.util.Iterator; -import java.util.List; - -// This command will place the loaded schematic in world. The schematic will originate from position 1. The positions are relative and are added onto position 1. -public class PlaceAsAir { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("zsetair").executes(c-> place(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int place(CommandSourceStack source) { - - ServerPlayer play = (ServerPlayer)source.getEntity(); - if(play==null)return 1; - - if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_air)){ - LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_air, Permissions.zschem); - return 1; - } - - if(!MemoryHolder.hasPlayerCached(play)){ - - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You must first set the positions!"), ThresholdsMod.THE_SERVER); - - return 1; - } - - Container cont = MemoryHolder.getContainer(play); - - if(cont.Pos1 != ThresholdsMod.ZERO_VECTOR && cont.Pos2 != ThresholdsMod.ZERO_VECTOR) - { - WorldProp system = WorldProp.acquire(cont.lvl); - // Begin the process - List positions = cont.Pos1.makeCube(cont.Pos2); - Collections.shuffle(positions); - Iterator v3 = positions.iterator(); - - while(v3.hasNext()) - { - Vector3 pos = v3.next(); - StoredBlock sb = new StoredBlock(pos.asBlockPos(), Blocks.AIR.defaultBlockState(), source.getLevel()); - system.customEnqueue(sb); - } - - - }else { - - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You must first set the positions!"), ThresholdsMod.THE_SERVER); - - return 1; - } - - - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Green!Enqueued!"), ThresholdsMod.THE_SERVER); - - return 0; - } -} +package dev.zontreck.otemod.commands.zschem; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.integrations.LuckPermsHelper; +import dev.zontreck.otemod.permissions.Permissions; +import dev.zontreck.otemod.zschem.MemoryHolder; +import dev.zontreck.otemod.zschem.MemoryHolder.Container; +import dev.zontreck.otemod.zschem.StoredBlock; +import dev.zontreck.otemod.zschem.WorldProp; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.level.block.Blocks; + +import java.util.Collections; +import java.util.Iterator; +import java.util.List; + +// This command will place the loaded schematic in world. The schematic will originate from position 1. The positions are relative and are added onto position 1. +public class PlaceAsAir { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("zsetair").executes(c-> place(c.getSource()))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int place(CommandSourceStack source) { + + ServerPlayer play = (ServerPlayer)source.getEntity(); + if(play==null)return 1; + + if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_air)){ + LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_air, Permissions.zschem); + return 1; + } + + if(!MemoryHolder.hasPlayerCached(play)){ + + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You must first set the positions!"), OTEMod.THE_SERVER); + + return 1; + } + + Container cont = MemoryHolder.getContainer(play); + + if(cont.Pos1 != OTEMod.ZERO_VECTOR && cont.Pos2 != OTEMod.ZERO_VECTOR) + { + WorldProp system = WorldProp.acquire(cont.lvl); + // Begin the process + List positions = cont.Pos1.makeCube(cont.Pos2); + Collections.shuffle(positions); + Iterator v3 = positions.iterator(); + + while(v3.hasNext()) + { + Vector3 pos = v3.next(); + StoredBlock sb = new StoredBlock(pos.asBlockPos(), Blocks.AIR.defaultBlockState(), source.getLevel()); + system.customEnqueue(sb); + } + + + }else { + + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You must first set the positions!"), OTEMod.THE_SERVER); + + return 1; + } + + + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!Enqueued!"), OTEMod.THE_SERVER); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/zschem/SaveSchem.java b/src/main/java/dev/zontreck/otemod/commands/zschem/SaveSchem.java similarity index 85% rename from src/main/java/dev/zontreck/thresholds/commands/zschem/SaveSchem.java rename to src/main/java/dev/zontreck/otemod/commands/zschem/SaveSchem.java index 94e0cd1..dce6496 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/zschem/SaveSchem.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/SaveSchem.java @@ -1,125 +1,125 @@ -package dev.zontreck.thresholds.commands.zschem; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.integrations.LuckPermsHelper; -import dev.zontreck.thresholds.permissions.Permissions; -import dev.zontreck.thresholds.zschem.MemoryHolder; -import dev.zontreck.thresholds.zschem.MemoryHolder.Container; -import dev.zontreck.thresholds.zschem.StoredBlock; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.core.BlockPos; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.ListTag; -import net.minecraft.nbt.NbtIo; -import net.minecraft.server.level.ServerPlayer; -import net.minecraftforge.fml.loading.FMLConfig; -import net.minecraftforge.fml.loading.FMLPaths; - -import java.io.File; -import java.io.IOException; -import java.nio.file.Path; -import java.util.ArrayList; -import java.util.List; - -public class SaveSchem { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("savezschem").executes(c-> saveSchematicUsage(c.getSource())).then(Commands.argument("name", StringArgumentType.string()).executes(z->saveSchematic(z.getSource(), StringArgumentType.getString(z, "name"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int saveSchematic(CommandSourceStack source, String name) { - // Perform sanity checks - - ServerPlayer play = (ServerPlayer)source.getEntity(); - if(play==null)return 1; - - if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_save)){ - LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_save, Permissions.zschem); - return 1; - } - - if(MemoryHolder.hasPlayerCached(play)) - { - Container cont = MemoryHolder.getContainer(play); - if(cont == null) - { - - saveSchematicUsage(source); - }else { - if(cont.Pos1 != ThresholdsMod.ZERO_VECTOR && cont.Pos2 != ThresholdsMod.ZERO_VECTOR) - { - // Lets go! - List blocks = new ArrayList(); - // First we calculate every vector between pos1 and pos2. - // Then we subtract pos1 from the vector to acquire a relative position. - // Then we save the block with this relative position to the blocks list - // Once serialized, it is then possible to add the position. Note that this makes it impossible to rotate a zschem like with worldedit, but thats usually fine for our usecases. once in-game worldedit can be used to rotate. - // TODO: Also- It is possible that a rotational implementation can be added in the future - - List positions = cont.Pos1.makeCube(cont.Pos2); - - for (Vector3 vector3 : positions) { - Vector3 v3 = vector3.subtract(cont.Pos1); - - BlockPos current = vector3.asBlockPos(); - - StoredBlock sb = new StoredBlock(current, cont.lvl.getBlockState(current), cont.lvl); - sb.setPosition(v3); - - blocks.add(sb); - } - - CompoundTag savedSchem = new CompoundTag(); - ListTag lst = new ListTag(); - for (StoredBlock sBlock : blocks) { - lst.add(sBlock.serialize()); - } - savedSchem.put("blocks", lst); - - - Path configDir = FMLPaths.GAMEDIR.get().resolve(FMLConfig.defaultConfigPath()); - configDir = configDir.resolve("ZSchems"); - File X = configDir.toFile(); - if(!X.exists()) - { - X.mkdir(); - } - configDir = configDir.resolve(name+"-zschem.nbt"); - - // Save file! - try { - NbtIo.writeCompressed(savedSchem, configDir.toFile()); - } catch (IOException e) { - e.printStackTrace(); - } - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Green!ZSchem saved to disk!"), ThresholdsMod.THE_SERVER); - return 0; - } - } - } - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro("!Dark_Red! You must first set the positions"), ThresholdsMod.THE_SERVER); - - return 0; - } - - private static int saveSchematicUsage(CommandSourceStack source) - { - String usage = ThresholdsMod.ThresholdsPrefix; - usage += "!gold! /savezschem [string:name]"; - ServerPlayer play=(ServerPlayer)source.getEntity(); - if(play==null)return 1; - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(usage), ThresholdsMod.THE_SERVER); - return 0; - } -} +package dev.zontreck.otemod.commands.zschem; + +import com.mojang.brigadier.CommandDispatcher; +import com.mojang.brigadier.arguments.StringArgumentType; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.integrations.LuckPermsHelper; +import dev.zontreck.otemod.permissions.Permissions; +import dev.zontreck.otemod.zschem.MemoryHolder; +import dev.zontreck.otemod.zschem.MemoryHolder.Container; +import dev.zontreck.otemod.zschem.StoredBlock; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.core.BlockPos; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.ListTag; +import net.minecraft.nbt.NbtIo; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.fml.loading.FMLConfig; +import net.minecraftforge.fml.loading.FMLPaths; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Path; +import java.util.ArrayList; +import java.util.List; + +public class SaveSchem { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("savezschem").executes(c-> saveSchematicUsage(c.getSource())).then(Commands.argument("name", StringArgumentType.string()).executes(z->saveSchematic(z.getSource(), StringArgumentType.getString(z, "name"))))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int saveSchematic(CommandSourceStack source, String name) { + // Perform sanity checks + + ServerPlayer play = (ServerPlayer)source.getEntity(); + if(play==null)return 1; + + if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_save)){ + LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_save, Permissions.zschem); + return 1; + } + + if(MemoryHolder.hasPlayerCached(play)) + { + Container cont = MemoryHolder.getContainer(play); + if(cont == null) + { + + saveSchematicUsage(source); + }else { + if(cont.Pos1 != OTEMod.ZERO_VECTOR && cont.Pos2 != OTEMod.ZERO_VECTOR) + { + // Lets go! + List blocks = new ArrayList(); + // First we calculate every vector between pos1 and pos2. + // Then we subtract pos1 from the vector to acquire a relative position. + // Then we save the block with this relative position to the blocks list + // Once serialized, it is then possible to add the position. Note that this makes it impossible to rotate a zschem like with worldedit, but thats usually fine for our usecases. once in-game worldedit can be used to rotate. + // TODO: Also- It is possible that a rotational implementation can be added in the future + + List positions = cont.Pos1.makeCube(cont.Pos2); + + for (Vector3 vector3 : positions) { + Vector3 v3 = vector3.subtract(cont.Pos1); + + BlockPos current = vector3.asBlockPos(); + + StoredBlock sb = new StoredBlock(current, cont.lvl.getBlockState(current), cont.lvl); + sb.setPosition(v3); + + blocks.add(sb); + } + + CompoundTag savedSchem = new CompoundTag(); + ListTag lst = new ListTag(); + for (StoredBlock sBlock : blocks) { + lst.add(sBlock.serialize()); + } + savedSchem.put("blocks", lst); + + + Path configDir = FMLPaths.GAMEDIR.get().resolve(FMLConfig.defaultConfigPath()); + configDir = configDir.resolve("ZSchems"); + File X = configDir.toFile(); + if(!X.exists()) + { + X.mkdir(); + } + configDir = configDir.resolve(name+"-zschem.nbt"); + + // Save file! + try { + NbtIo.writeCompressed(savedSchem, configDir.toFile()); + } catch (IOException e) { + e.printStackTrace(); + } + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!ZSchem saved to disk!"), OTEMod.THE_SERVER); + return 0; + } + } + } + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro("!Dark_Red! You must first set the positions"), OTEMod.THE_SERVER); + + return 0; + } + + private static int saveSchematicUsage(CommandSourceStack source) + { + String usage = OTEMod.OTEPrefix; + usage += "!gold! /savezschem [string:name]"; + ServerPlayer play=(ServerPlayer)source.getEntity(); + if(play==null)return 1; + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(usage), OTEMod.THE_SERVER); + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/zschem/SetPos1.java b/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos1.java similarity index 79% rename from src/main/java/dev/zontreck/thresholds/commands/zschem/SetPos1.java rename to src/main/java/dev/zontreck/otemod/commands/zschem/SetPos1.java index 8ce6ece..fb779fd 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/zschem/SetPos1.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos1.java @@ -1,44 +1,44 @@ -package dev.zontreck.thresholds.commands.zschem; - -import com.mojang.brigadier.CommandDispatcher; -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.integrations.LuckPermsHelper; -import dev.zontreck.thresholds.permissions.Permissions; -import dev.zontreck.thresholds.zschem.MemoryHolder; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; - -public class SetPos1 { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("zpos1").executes(c-> setzPos1(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int setzPos1(CommandSourceStack source) { - - ServerPlayer play = (ServerPlayer)source.getEntity(); - if(play==null)return 1; - - if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_pos1)){ - LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_pos1, Permissions.zschem); - return 1; - } - MemoryHolder.setPos1(play, new Vector3(source.getPosition())); - MemoryHolder.setLevel(play, source.getLevel()); - - ChatHelpers.broadcastTo(play.getUUID(), Component.literal(ThresholdsMod.ThresholdsPrefix +ChatColor.doColors(" !Dark_Green!Position 1 set!")), ThresholdsMod.THE_SERVER); - - return 0; - } -} +package dev.zontreck.otemod.commands.zschem; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.integrations.LuckPermsHelper; +import dev.zontreck.otemod.permissions.Permissions; +import dev.zontreck.otemod.zschem.MemoryHolder; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; + +public class SetPos1 { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("zpos1").executes(c-> setzPos1(c.getSource()))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int setzPos1(CommandSourceStack source) { + + ServerPlayer play = (ServerPlayer)source.getEntity(); + if(play==null)return 1; + + if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_pos1)){ + LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_pos1, Permissions.zschem); + return 1; + } + MemoryHolder.setPos1(play, new Vector3(source.getPosition())); + MemoryHolder.setLevel(play, source.getLevel()); + + ChatHelpers.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!Position 1 set!")), OTEMod.THE_SERVER); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/commands/zschem/SetPos2.java b/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos2.java similarity index 80% rename from src/main/java/dev/zontreck/thresholds/commands/zschem/SetPos2.java rename to src/main/java/dev/zontreck/otemod/commands/zschem/SetPos2.java index 64353e7..c348da0 100644 --- a/src/main/java/dev/zontreck/thresholds/commands/zschem/SetPos2.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos2.java @@ -1,44 +1,44 @@ -package dev.zontreck.thresholds.commands.zschem; - -import com.mojang.brigadier.CommandDispatcher; -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.integrations.LuckPermsHelper; -import dev.zontreck.thresholds.permissions.Permissions; -import dev.zontreck.thresholds.zschem.MemoryHolder; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; - -public class SetPos2 { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("zpos2").executes(c-> setzPos2(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int setzPos2(CommandSourceStack source) { - ServerPlayer play = (ServerPlayer)source.getEntity(); - if(play==null)return 1; - - if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_pos2)){ - LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_pos2, Permissions.zschem); - return 1; - } - - MemoryHolder.setPos2(play, new Vector3(source.getPosition())); - MemoryHolder.setLevel(play, source.getLevel()); - - ChatHelpers.broadcastTo(play.getUUID(), Component.literal(ThresholdsMod.ThresholdsPrefix +ChatColor.doColors(" !Dark_Green!Position 2 set!")), ThresholdsMod.THE_SERVER); - - return 0; - } -} +package dev.zontreck.otemod.commands.zschem; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.integrations.LuckPermsHelper; +import dev.zontreck.otemod.permissions.Permissions; +import dev.zontreck.otemod.zschem.MemoryHolder; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; + +public class SetPos2 { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("zpos2").executes(c-> setzPos2(c.getSource()))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int setzPos2(CommandSourceStack source) { + ServerPlayer play = (ServerPlayer)source.getEntity(); + if(play==null)return 1; + + if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_pos2)){ + LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_pos2, Permissions.zschem); + return 1; + } + + MemoryHolder.setPos2(play, new Vector3(source.getPosition())); + MemoryHolder.setLevel(play, source.getLevel()); + + ChatHelpers.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!Position 2 set!")), OTEMod.THE_SERVER); + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/configs/ThresholdsServerConfig.java b/src/main/java/dev/zontreck/otemod/configs/OTEServerConfig.java similarity index 95% rename from src/main/java/dev/zontreck/thresholds/configs/ThresholdsServerConfig.java rename to src/main/java/dev/zontreck/otemod/configs/OTEServerConfig.java index 6525b1a..bd5f140 100644 --- a/src/main/java/dev/zontreck/thresholds/configs/ThresholdsServerConfig.java +++ b/src/main/java/dev/zontreck/otemod/configs/OTEServerConfig.java @@ -1,95 +1,96 @@ -package dev.zontreck.thresholds.configs; - - -import java.util.ArrayList; -import java.util.List; - -import net.minecraftforge.common.ForgeConfigSpec; - -public class ThresholdsServerConfig { - public static final ForgeConfigSpec.Builder BUILDER = new ForgeConfigSpec.Builder(); - public static final ForgeConfigSpec SPEC; - - public static final ForgeConfigSpec.ConfigValue SPAWN_EGG_CHANCE; - - public static final ForgeConfigSpec.ConfigValue ITEM_DESPAWN_TIMER; - - - public static final ForgeConfigSpec.ConfigValue RTP_COOLDOWN; - - - public static final ForgeConfigSpec.ConfigValue HEALER_TIMER; - public static final ForgeConfigSpec.BooleanValue DEBUG_HEALER; - public static final ForgeConfigSpec.ConfigValue TIME_BETWEEN_BLOCKS; - public static final ForgeConfigSpec.ConfigValue MAX_TRIES_HEAL; - public static final ForgeConfigSpec.ConfigValue MAX_VAULTS; - public static final ForgeConfigSpec.ConfigValue> EXCLUDE_DIMS; - - public static final ForgeConfigSpec.ConfigValue CHANCE_OF_PLAYER_HEAD; - public static final ForgeConfigSpec.ConfigValue ENABLE_PLAYER_HEAD_DROPS; - - - public static final ForgeConfigSpec.BooleanValue USE_CUSTOM_JOINLEAVE; - public static final ForgeConfigSpec.BooleanValue USE_CUSTOM_CHATREPLACER; - - public static final ForgeConfigSpec.ConfigValue ENABLE_DEATH_MESSAGES; - - public static final ForgeConfigSpec.ConfigValue GIVE_KIT_EVERY_CHANGE; - - public static final ForgeConfigSpec.ConfigValue DEBUG; - - static { - List defaultExcludeDimensions = new ArrayList(); - defaultExcludeDimensions.add("minecraft:the_nether"); // Excluded to make mining for Ancient Debris easier - defaultExcludeDimensions.add("minecraft:the_end"); // Excluded due to End Crystals - - BUILDER.push("OTE"); - DEBUG = BUILDER.comment("Turn on debug messages in the console for all OTE functions? This could be spammy").define("debug_enabled", false); - - BUILDER.push("STARTERKIT"); - GIVE_KIT_EVERY_CHANGE = BUILDER.comment("Enable this to give the starter kit every time it is changed, regardless of whether the player has already received that kit on their next join.").define("starter_kit_given_on_change", false); - - BUILDER.pop(); - - - MAX_VAULTS = BUILDER.comment("What is the maximum number of vaults a player may have available? (0 is unlimited)").define("max_vaults", 0); - ITEM_DESPAWN_TIMER = BUILDER.comment("How many times should the item's expire be cancelled. The vanilla expire time is 5 minutes, so this would be ticked down once every 5 minutes.").define("item_extra_lives", 2); - ENABLE_DEATH_MESSAGES = BUILDER.comment("Whether you want to enable the death messages to be output by OTEMod when a player dies. These can be quite random!").define("enable_ote_death_msgs", true); - - BUILDER.push("drops"); - ENABLE_PLAYER_HEAD_DROPS = BUILDER.comment("Whether to enable dropping of player Heads").define("enable_player_head_drops", true); - SPAWN_EGG_CHANCE = BUILDER.comment("What is the chance for a spawn egg to drop from a mob when looting 3 is used? Default: 0.25").define("spawn_egg_chance", 0.25); - CHANCE_OF_PLAYER_HEAD = BUILDER.comment("Chance of a player head dropping on death").define("player_death_drops_head", 0.5); - - BUILDER.pop(); - BUILDER.pop(); - BUILDER.push("COMMANDS"); - - - RTP_COOLDOWN = BUILDER.comment("How many seconds between RTP uses? This can be quite laggy on the server due to the potential that new chunks are getting generated").define("rtp.cooldown", 30); // Default of 30 should be enough - - BUILDER.pop(); - BUILDER.push("ANTIGRIEF").comment("AntiGrief Explosion Healing Events"); - HEALER_TIMER = BUILDER.comment("Time between healing events (In Milliseconds)").define("timer", 250); // Should this be lower? - DEBUG_HEALER = BUILDER.comment("Whether or not to debug the healer engine. (Saves as SNBT instead of NBT)").define("debug", false); - TIME_BETWEEN_BLOCKS = BUILDER.comment("The amount of time between restoring blocks (Maximum). This is in ticks").define("time_between", 25); - - MAX_TRIES_HEAL = BUILDER.comment("Maximum amount of retries to restore a block").define("max_tries", 6); - - List defDims = new ArrayList(); - defDims.add("minecraft:the_end"); - defDims.add("minecraft:the_nether"); - defDims.add("thresholds:resource"); - EXCLUDE_DIMS = BUILDER.comment("Dimension names (ex. minecraft:overworld) to exclude from the explosion healing events").define("exclude_dimensions", defDims); - - BUILDER.pop(); - - BUILDER.push("CHATSERVER"); - USE_CUSTOM_JOINLEAVE = BUILDER.comment("Whether to use the custom join and leave messages").define("join_leave_messages", true); - USE_CUSTOM_CHATREPLACER = BUILDER.comment("Whether to use the custom chat replacer (If disabled the relevant commands will be removed)").define("chatprettifier", true); - - BUILDER.pop(); - - SPEC=BUILDER.build(); - } -} +package dev.zontreck.otemod.configs; + + +import java.util.ArrayList; +import java.util.List; + +import net.minecraft.world.item.ItemStack; +import net.minecraftforge.common.ForgeConfigSpec; + +public class OTEServerConfig { + public static final ForgeConfigSpec.Builder BUILDER = new ForgeConfigSpec.Builder(); + public static final ForgeConfigSpec SPEC; + + public static final ForgeConfigSpec.ConfigValue SPAWN_EGG_CHANCE; + + public static final ForgeConfigSpec.ConfigValue ITEM_DESPAWN_TIMER; + + + public static final ForgeConfigSpec.ConfigValue RTP_COOLDOWN; + + + public static final ForgeConfigSpec.ConfigValue HEALER_TIMER; + public static final ForgeConfigSpec.BooleanValue DEBUG_HEALER; + public static final ForgeConfigSpec.ConfigValue TIME_BETWEEN_BLOCKS; + public static final ForgeConfigSpec.ConfigValue MAX_TRIES_HEAL; + public static final ForgeConfigSpec.ConfigValue MAX_VAULTS; + public static final ForgeConfigSpec.ConfigValue> EXCLUDE_DIMS; + + public static final ForgeConfigSpec.ConfigValue CHANCE_OF_PLAYER_HEAD; + public static final ForgeConfigSpec.ConfigValue ENABLE_PLAYER_HEAD_DROPS; + + + public static final ForgeConfigSpec.BooleanValue USE_CUSTOM_JOINLEAVE; + public static final ForgeConfigSpec.BooleanValue USE_CUSTOM_CHATREPLACER; + + public static final ForgeConfigSpec.ConfigValue ENABLE_DEATH_MESSAGES; + + public static final ForgeConfigSpec.ConfigValue GIVE_KIT_EVERY_CHANGE; + + public static final ForgeConfigSpec.ConfigValue DEBUG; + + static { + List defaultExcludeDimensions = new ArrayList(); + defaultExcludeDimensions.add("minecraft:the_nether"); // Excluded to make mining for Ancient Debris easier + defaultExcludeDimensions.add("minecraft:the_end"); // Excluded due to End Crystals + + BUILDER.push("OTE"); + DEBUG = BUILDER.comment("Turn on debug messages in the console for all OTE functions? This could be spammy").define("debug_enabled", false); + + BUILDER.push("STARTERKIT"); + GIVE_KIT_EVERY_CHANGE = BUILDER.comment("Enable this to give the starter kit every time it is changed, regardless of whether the player has already received that kit on their next join.").define("starter_kit_given_on_change", false); + + BUILDER.pop(); + + + MAX_VAULTS = BUILDER.comment("What is the maximum number of vaults a player may have available? (0 is unlimited)").define("max_vaults", 0); + ITEM_DESPAWN_TIMER = BUILDER.comment("How many times should the item's expire be cancelled. The vanilla expire time is 5 minutes, so this would be ticked down once every 5 minutes.").define("item_extra_lives", 2); + ENABLE_DEATH_MESSAGES = BUILDER.comment("Whether you want to enable the death messages to be output by OTEMod when a player dies. These can be quite random!").define("enable_ote_death_msgs", true); + + BUILDER.push("drops"); + ENABLE_PLAYER_HEAD_DROPS = BUILDER.comment("Whether to enable dropping of player Heads").define("enable_player_head_drops", true); + SPAWN_EGG_CHANCE = BUILDER.comment("What is the chance for a spawn egg to drop from a mob when looting 3 is used? Default: 0.25").define("spawn_egg_chance", 0.25); + CHANCE_OF_PLAYER_HEAD = BUILDER.comment("Chance of a player head dropping on death").define("player_death_drops_head", 0.5); + + BUILDER.pop(); + BUILDER.pop(); + BUILDER.push("COMMANDS"); + + + RTP_COOLDOWN = BUILDER.comment("How many seconds between RTP uses? This can be quite laggy on the server due to the potential that new chunks are getting generated").define("rtp.cooldown", 30); // Default of 30 should be enough + + BUILDER.pop(); + BUILDER.push("ANTIGRIEF").comment("AntiGrief Explosion Healing Events"); + HEALER_TIMER = BUILDER.comment("Time between healing events (In Milliseconds)").define("timer", 250); // Should this be lower? + DEBUG_HEALER = BUILDER.comment("Whether or not to debug the healer engine. (Saves as SNBT instead of NBT)").define("debug", false); + TIME_BETWEEN_BLOCKS = BUILDER.comment("The amount of time between restoring blocks (Maximum). This is in ticks").define("time_between", 25); + + MAX_TRIES_HEAL = BUILDER.comment("Maximum amount of retries to restore a block").define("max_tries", 6); + + List defDims = new ArrayList(); + defDims.add("minecraft:the_end"); + defDims.add("minecraft:the_nether"); + defDims.add("otemod:resource"); + EXCLUDE_DIMS = BUILDER.comment("Dimension names (ex. minecraft:overworld) to exclude from the explosion healing events").define("exclude_dimensions", defDims); + + BUILDER.pop(); + + BUILDER.push("CHATSERVER"); + USE_CUSTOM_JOINLEAVE = BUILDER.comment("Whether to use the custom join and leave messages").define("join_leave_messages", true); + USE_CUSTOM_CHATREPLACER = BUILDER.comment("Whether to use the custom chat replacer (If disabled the relevant commands will be removed)").define("chatprettifier", true); + + BUILDER.pop(); + + SPEC=BUILDER.build(); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/configs/PlayerFlyCache.java b/src/main/java/dev/zontreck/otemod/configs/PlayerFlyCache.java similarity index 91% rename from src/main/java/dev/zontreck/thresholds/configs/PlayerFlyCache.java rename to src/main/java/dev/zontreck/otemod/configs/PlayerFlyCache.java index 1263684..90498c2 100644 --- a/src/main/java/dev/zontreck/thresholds/configs/PlayerFlyCache.java +++ b/src/main/java/dev/zontreck/otemod/configs/PlayerFlyCache.java @@ -1,27 +1,27 @@ -package dev.zontreck.thresholds.configs; - -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.player.Abilities; - -public class PlayerFlyCache -{ - public boolean FlyEnabled; - public boolean Flying; - public static PlayerFlyCache cachePlayer(ServerPlayer play){ - PlayerFlyCache cache = new PlayerFlyCache(); - cache.FlyEnabled = play.getAbilities().mayfly; - cache.Flying = play.getAbilities().flying; - - play.onUpdateAbilities(); - - return cache; - } - - public void Assert(ServerPlayer play){ - Abilities playerAbilities = play.getAbilities(); - playerAbilities.flying=Flying; - playerAbilities.mayfly=FlyEnabled; - - play.onUpdateAbilities(); - } +package dev.zontreck.otemod.configs; + +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Abilities; + +public class PlayerFlyCache +{ + public boolean FlyEnabled; + public boolean Flying; + public static PlayerFlyCache cachePlayer(ServerPlayer play){ + PlayerFlyCache cache = new PlayerFlyCache(); + cache.FlyEnabled = play.getAbilities().mayfly; + cache.Flying = play.getAbilities().flying; + + play.onUpdateAbilities(); + + return cache; + } + + public void Assert(ServerPlayer play){ + Abilities playerAbilities = play.getAbilities(); + playerAbilities.flying=Flying; + playerAbilities.mayfly=FlyEnabled; + + play.onUpdateAbilities(); + } } \ No newline at end of file diff --git a/src/main/java/dev/zontreck/thresholds/database/OTEDatastore.java b/src/main/java/dev/zontreck/otemod/database/OTEDatastore.java similarity index 93% rename from src/main/java/dev/zontreck/thresholds/database/OTEDatastore.java rename to src/main/java/dev/zontreck/otemod/database/OTEDatastore.java index 03b9bdf..35b34ca 100644 --- a/src/main/java/dev/zontreck/thresholds/database/OTEDatastore.java +++ b/src/main/java/dev/zontreck/otemod/database/OTEDatastore.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.database; +package dev.zontreck.otemod.database; import java.io.IOException; import java.nio.file.Files; diff --git a/src/main/java/dev/zontreck/thresholds/effects/FlightEffect.java b/src/main/java/dev/zontreck/otemod/effects/FlightEffect.java similarity index 92% rename from src/main/java/dev/zontreck/thresholds/effects/FlightEffect.java rename to src/main/java/dev/zontreck/otemod/effects/FlightEffect.java index 14d73aa..9027ea1 100644 --- a/src/main/java/dev/zontreck/thresholds/effects/FlightEffect.java +++ b/src/main/java/dev/zontreck/otemod/effects/FlightEffect.java @@ -1,17 +1,19 @@ -package dev.zontreck.thresholds.effects; +package dev.zontreck.otemod.effects; import dev.zontreck.libzontreck.LibZontreck; import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.libzontreck.util.ItemUtils; import dev.zontreck.libzontreck.util.ServerUtilities; -import dev.zontreck.thresholds.enchantments.ModEnchantments; -import dev.zontreck.thresholds.implementation.Messages; +import dev.zontreck.otemod.enchantments.ModEnchantments; +import dev.zontreck.otemod.implementation.Messages; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.effect.MobEffect; import net.minecraft.world.effect.MobEffectCategory; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.EquipmentSlot; import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.entity.ai.attributes.AttributeMap; +import net.minecraft.world.entity.ai.attributes.Attributes; import net.minecraft.world.entity.player.Abilities; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; diff --git a/src/main/java/dev/zontreck/thresholds/effects/ModEffects.java b/src/main/java/dev/zontreck/otemod/effects/ModEffects.java similarity index 80% rename from src/main/java/dev/zontreck/thresholds/effects/ModEffects.java rename to src/main/java/dev/zontreck/otemod/effects/ModEffects.java index 58c8228..dd42134 100644 --- a/src/main/java/dev/zontreck/thresholds/effects/ModEffects.java +++ b/src/main/java/dev/zontreck/otemod/effects/ModEffects.java @@ -1,6 +1,6 @@ -package dev.zontreck.thresholds.effects; +package dev.zontreck.otemod.effects; -import dev.zontreck.thresholds.ThresholdsMod; +import dev.zontreck.otemod.OTEMod; import net.minecraft.world.effect.MobEffect; import net.minecraft.world.effect.MobEffectCategory; import net.minecraftforge.eventbus.api.IEventBus; @@ -10,7 +10,7 @@ import net.minecraftforge.registries.RegistryObject; public class ModEffects { - public static final DeferredRegister REGISTRY = DeferredRegister.create(ForgeRegistries.MOB_EFFECTS, ThresholdsMod.MOD_ID); + public static final DeferredRegister REGISTRY = DeferredRegister.create(ForgeRegistries.MOB_EFFECTS, OTEMod.MOD_ID); public static final RegistryObject FLIGHT = REGISTRY.register("flight", ()->new FlightEffect(MobEffectCategory.BENEFICIAL, 0xFF0000FF)); diff --git a/src/main/java/dev/zontreck/thresholds/enchantments/BorrowedProtectionEnchantment.java b/src/main/java/dev/zontreck/otemod/enchantments/BorrowedProtectionEnchantment.java similarity index 94% rename from src/main/java/dev/zontreck/thresholds/enchantments/BorrowedProtectionEnchantment.java rename to src/main/java/dev/zontreck/otemod/enchantments/BorrowedProtectionEnchantment.java index 16e4f51..8232d2f 100644 --- a/src/main/java/dev/zontreck/thresholds/enchantments/BorrowedProtectionEnchantment.java +++ b/src/main/java/dev/zontreck/otemod/enchantments/BorrowedProtectionEnchantment.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.enchantments; +package dev.zontreck.otemod.enchantments; import net.minecraft.world.entity.EquipmentSlot; import net.minecraft.world.item.enchantment.Enchantment; diff --git a/src/main/java/dev/zontreck/thresholds/enchantments/FlightEnchantment.java b/src/main/java/dev/zontreck/otemod/enchantments/FlightEnchantment.java similarity index 70% rename from src/main/java/dev/zontreck/thresholds/enchantments/FlightEnchantment.java rename to src/main/java/dev/zontreck/otemod/enchantments/FlightEnchantment.java index eea7c58..9cf3ddd 100644 --- a/src/main/java/dev/zontreck/thresholds/enchantments/FlightEnchantment.java +++ b/src/main/java/dev/zontreck/otemod/enchantments/FlightEnchantment.java @@ -1,106 +1,117 @@ -package dev.zontreck.thresholds.enchantments; - -import dev.zontreck.libzontreck.util.ItemUtils; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import dev.zontreck.thresholds.effects.ModEffects; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.effect.MobEffectInstance; -import net.minecraft.world.entity.EquipmentSlot; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.enchantment.Enchantment; -import net.minecraft.world.item.enchantment.EnchantmentCategory; -import net.minecraftforge.event.TickEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; -import net.minecraftforge.fml.LogicalSide; -import net.minecraftforge.fml.common.Mod; - -import java.util.concurrent.atomic.AtomicInteger; - -@Mod.EventBusSubscriber(modid = ThresholdsMod.MOD_ID) -public class FlightEnchantment extends Enchantment -{ - - public FlightEnchantment(EquipmentSlot... slots) - { - super(Rarity.VERY_RARE, EnchantmentCategory.ARMOR_FEET, slots); - } - - @Override - public int getMaxLevel() - { - return 1; - } - - @Override - public int getMinCost(int level) - { - return 28 + (level - 1) * 15; - } - - @Override - public int getMaxCost(int level) - { - return this.getMinCost(level) + 15; - } - - @Override - public boolean isTreasureOnly(){ - return true; - } - @Override - public boolean isTradeable() - { - return true; - } - - // Not a bug. Flight is meant to be a permanent upgrade to a item. It is considered a curse due to unstable behavior. Flight will eat up durability and forge energy - // Flight should NOT be able to be removed via the grindstone - @Override - public boolean isCurse() - { - return true; - } - - - public static AtomicInteger TICKS = new AtomicInteger(0); - @SubscribeEvent - public static void onEnchantmentTick(TickEvent.PlayerTickEvent event) - { - if(event.side == LogicalSide.CLIENT) return; - - if(TICKS.getAndIncrement() >= (5*20)) - { - TICKS.set(0); - - - - if(ThresholdsServerConfig.DEBUG.get()) - { - ThresholdsMod.LOGGER.info("> Flight Enchantment Tick <"); - } - - if(event.phase == TickEvent.Phase.END) - { - - ServerPlayer sp = (ServerPlayer) event.player; - - ItemStack feet = sp.getItemBySlot(EquipmentSlot.FEET); - - boolean hasFlight = false; - - if(ItemUtils.getEnchantmentLevel(ModEnchantments.FLIGHT_ENCHANTMENT.get(), feet)>0)hasFlight=true; - - if(hasFlight) - { - MobEffectInstance inst = new MobEffectInstance(ModEffects.FLIGHT.get(), -1, 0, false, false, true); - - event.player.addEffect(inst); - } - } - } - - - } - -} +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.effects.ModEffects; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.server.level.ServerPlayerGameMode; +import net.minecraft.world.effect.MobEffect; +import net.minecraft.world.effect.MobEffectInstance; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.entity.player.Abilities; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.ArmorItem; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; +import net.minecraft.world.item.enchantment.Enchantments; +import net.minecraft.world.item.enchantment.SoulSpeedEnchantment; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.event.TickEvent; +import net.minecraftforge.event.entity.living.LivingEquipmentChangeEvent; +import net.minecraftforge.event.entity.player.PlayerEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.LogicalSide; +import net.minecraftforge.fml.common.Mod; + +import java.util.concurrent.atomic.AtomicInteger; + +@Mod.EventBusSubscriber(modid = OTEMod.MOD_ID) +public class FlightEnchantment extends Enchantment +{ + + public FlightEnchantment(EquipmentSlot... slots) + { + super(Rarity.VERY_RARE, EnchantmentCategory.ARMOR_FEET, slots); + } + + @Override + public int getMaxLevel() + { + return 1; + } + + @Override + public int getMinCost(int level) + { + return 28 + (level - 1) * 15; + } + + @Override + public int getMaxCost(int level) + { + return this.getMinCost(level) + 15; + } + + @Override + public boolean isTreasureOnly(){ + return true; + } + @Override + public boolean isTradeable() + { + return true; + } + + // Not a bug. Flight is meant to be a permanent upgrade to a item. It is considered a curse due to unstable behavior. Flight will eat up durability and forge energy + // Flight should NOT be able to be removed via the grindstone + @Override + public boolean isCurse() + { + return true; + } + + + public static AtomicInteger TICKS = new AtomicInteger(0); + @SubscribeEvent + public static void onEnchantmentTick(TickEvent.PlayerTickEvent event) + { + if(event.side == LogicalSide.CLIENT) return; + + if(TICKS.getAndIncrement() >= (5*20)) + { + TICKS.set(0); + + + + if(OTEServerConfig.DEBUG.get()) + { + OTEMod.LOGGER.info("> Flight Enchantment Tick <"); + } + + if(event.phase == TickEvent.Phase.END) + { + + ServerPlayer sp = (ServerPlayer) event.player; + + ItemStack feet = sp.getItemBySlot(EquipmentSlot.FEET); + + boolean hasFlight = false; + + if(ItemUtils.getEnchantmentLevel(ModEnchantments.FLIGHT_ENCHANTMENT.get(), feet)>0)hasFlight=true; + + if(hasFlight) + { + MobEffectInstance inst = new MobEffectInstance(ModEffects.FLIGHT.get(), -1, 0, false, false, true); + + event.player.addEffect(inst); + } + } + } + + + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/enchantments/MobEggEnchantment.java b/src/main/java/dev/zontreck/otemod/enchantments/MobEggEnchantment.java similarity index 74% rename from src/main/java/dev/zontreck/thresholds/enchantments/MobEggEnchantment.java rename to src/main/java/dev/zontreck/otemod/enchantments/MobEggEnchantment.java index 5229f34..c5bad29 100644 --- a/src/main/java/dev/zontreck/thresholds/enchantments/MobEggEnchantment.java +++ b/src/main/java/dev/zontreck/otemod/enchantments/MobEggEnchantment.java @@ -1,75 +1,78 @@ -package dev.zontreck.thresholds.enchantments; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import net.minecraft.world.entity.EquipmentSlot; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.enchantment.Enchantment; -import net.minecraft.world.item.enchantment.EnchantmentCategory; - -public class MobEggEnchantment extends Enchantment -{ - public static final String TAG_BIAS = "mob_egging_bias"; - - public MobEggEnchantment() - { - super(Rarity.VERY_RARE, EnchantmentCategory.WEAPON, new EquipmentSlot[] {EquipmentSlot.MAINHAND}); - } - - @Override - public int getMaxLevel() - { - return 6; - } - - @Override - public int getMinCost(int level) - { - return 28 + (level - 1) * 15; - } - - @Override - public int getMaxCost(int level) - { - return this.getMinCost(level) + 15; - } - - - @Override - public boolean canApplyAtEnchantingTable(ItemStack stack) - { - return super.canApplyAtEnchantingTable(stack); - } - - @Override - public boolean isTreasureOnly(){ - return false; - } - @Override - public boolean isTradeable() - { - return true; - } - - @Override - public boolean isDiscoverable() - { - return false; - } - - public static boolean givesEgg(int level, int bias) - { - double CHANCE = ThresholdsServerConfig.SPAWN_EGG_CHANCE.get() * 100; - - CHANCE *= (level / 0.5); - CHANCE += bias; - - double rng = Math.random()*100000; - - if(ThresholdsServerConfig.DEBUG.get()) - { - ThresholdsMod.LOGGER.info("Spawn Egg Chance (" + CHANCE + ") [" + rng + "]"); - } - return (rng <= CHANCE); - } -} +package dev.zontreck.otemod.enchantments; + +import java.util.Random; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.OTEServerConfig; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.SwordItem; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; + +public class MobEggEnchantment extends Enchantment +{ + public static final String TAG_BIAS = "mob_egging_bias"; + + public MobEggEnchantment() + { + super(Rarity.VERY_RARE, EnchantmentCategory.WEAPON, new EquipmentSlot[] {EquipmentSlot.MAINHAND}); + } + + @Override + public int getMaxLevel() + { + return 6; + } + + @Override + public int getMinCost(int level) + { + return 28 + (level - 1) * 15; + } + + @Override + public int getMaxCost(int level) + { + return this.getMinCost(level) + 15; + } + + + @Override + public boolean canApplyAtEnchantingTable(ItemStack stack) + { + return super.canApplyAtEnchantingTable(stack); + } + + @Override + public boolean isTreasureOnly(){ + return false; + } + @Override + public boolean isTradeable() + { + return true; + } + + @Override + public boolean isDiscoverable() + { + return false; + } + + public static boolean givesEgg(int level, int bias) + { + double CHANCE = OTEServerConfig.SPAWN_EGG_CHANCE.get() * 100; + + CHANCE *= (level / 0.5); + CHANCE += bias; + + double rng = Math.random()*100000; + + if(OTEServerConfig.DEBUG.get()) + { + OTEMod.LOGGER.info("Spawn Egg Chance (" + CHANCE + ") [" + rng + "]"); + } + return (rng <= CHANCE); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/enchantments/ModEnchantments.java b/src/main/java/dev/zontreck/otemod/enchantments/ModEnchantments.java similarity index 88% rename from src/main/java/dev/zontreck/thresholds/enchantments/ModEnchantments.java rename to src/main/java/dev/zontreck/otemod/enchantments/ModEnchantments.java index 2ad9a11..365230b 100644 --- a/src/main/java/dev/zontreck/thresholds/enchantments/ModEnchantments.java +++ b/src/main/java/dev/zontreck/otemod/enchantments/ModEnchantments.java @@ -1,28 +1,28 @@ -package dev.zontreck.thresholds.enchantments; - -import dev.zontreck.thresholds.ThresholdsMod; -import net.minecraft.world.entity.EquipmentSlot; -import net.minecraft.world.item.enchantment.Enchantment; -import net.minecraft.world.item.enchantment.EnchantmentCategory; -import net.minecraftforge.eventbus.api.IEventBus; -import net.minecraftforge.registries.DeferredRegister; -import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.RegistryObject; - -public class ModEnchantments { - - protected static final EquipmentSlot[] ARMOR_SLOTS = new EquipmentSlot[]{EquipmentSlot.HEAD, EquipmentSlot.CHEST, EquipmentSlot.LEGS, EquipmentSlot.FEET}; - public static final DeferredRegister REGISTERS = DeferredRegister.create(ForgeRegistries.ENCHANTMENTS, ThresholdsMod.MOD_ID); - - public static final RegistryObject MOB_EGGING_ENCHANTMENT = REGISTERS.register("mob_egging", ()->new MobEggEnchantment()); - - public static final RegistryObject FLIGHT_ENCHANTMENT = REGISTERS.register("player_flight", ()->new FlightEnchantment(EquipmentSlot.FEET)); - - public static final RegistryObject BORROWED_PROTECTION = REGISTERS.register("borrowed_protection", ()->new BorrowedProtectionEnchantment(Enchantment.Rarity.UNCOMMON, EnchantmentCategory.ARMOR, ARMOR_SLOTS)); - - public static final RegistryObject NIGHT_VISION_ENCHANT = REGISTERS.register("night_vision", ()->new NightVisionEnchantment(EquipmentSlot.HEAD)); - - public static void register(IEventBus bus){ - REGISTERS.register(bus); - } -} +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.otemod.OTEMod; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModEnchantments { + + protected static final EquipmentSlot[] ARMOR_SLOTS = new EquipmentSlot[]{EquipmentSlot.HEAD, EquipmentSlot.CHEST, EquipmentSlot.LEGS, EquipmentSlot.FEET}; + public static final DeferredRegister REGISTERS = DeferredRegister.create(ForgeRegistries.ENCHANTMENTS, OTEMod.MOD_ID); + + public static final RegistryObject MOB_EGGING_ENCHANTMENT = REGISTERS.register("mob_egging", ()->new MobEggEnchantment()); + + public static final RegistryObject FLIGHT_ENCHANTMENT = REGISTERS.register("player_flight", ()->new FlightEnchantment(EquipmentSlot.FEET)); + + public static final RegistryObject BORROWED_PROTECTION = REGISTERS.register("borrowed_protection", ()->new BorrowedProtectionEnchantment(Enchantment.Rarity.UNCOMMON, EnchantmentCategory.ARMOR, ARMOR_SLOTS)); + + public static final RegistryObject NIGHT_VISION_ENCHANT = REGISTERS.register("night_vision", ()->new NightVisionEnchantment(EquipmentSlot.HEAD)); + + public static void register(IEventBus bus){ + REGISTERS.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/enchantments/NightVisionEnchantment.java b/src/main/java/dev/zontreck/otemod/enchantments/NightVisionEnchantment.java similarity index 86% rename from src/main/java/dev/zontreck/thresholds/enchantments/NightVisionEnchantment.java rename to src/main/java/dev/zontreck/otemod/enchantments/NightVisionEnchantment.java index 405ae74..3cf33c9 100644 --- a/src/main/java/dev/zontreck/thresholds/enchantments/NightVisionEnchantment.java +++ b/src/main/java/dev/zontreck/otemod/enchantments/NightVisionEnchantment.java @@ -1,8 +1,9 @@ -package dev.zontreck.thresholds.enchantments; +package dev.zontreck.otemod.enchantments; import dev.zontreck.libzontreck.util.ItemUtils; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.effects.ModEffects; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.effect.MobEffectInstance; import net.minecraft.world.effect.MobEffects; @@ -10,6 +11,7 @@ import net.minecraft.world.entity.EquipmentSlot; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.enchantment.Enchantment; import net.minecraft.world.item.enchantment.EnchantmentCategory; +import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.event.TickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.LogicalSide; @@ -17,7 +19,7 @@ import net.minecraftforge.fml.common.Mod; import java.util.concurrent.atomic.AtomicInteger; -@Mod.EventBusSubscriber(modid = ThresholdsMod.MOD_ID) +@Mod.EventBusSubscriber(modid = OTEMod.MOD_ID) public class NightVisionEnchantment extends Enchantment { @@ -62,9 +64,9 @@ public class NightVisionEnchantment extends Enchantment - if(ThresholdsServerConfig.DEBUG.get()) + if(OTEServerConfig.DEBUG.get()) { - ThresholdsMod.LOGGER.info("> NVision Enchantment Tick <"); + OTEMod.LOGGER.info("> NVision Enchantment Tick <"); } if(event.phase == TickEvent.Phase.END) diff --git a/src/main/java/dev/zontreck/thresholds/entities/ModEntityTypes.java b/src/main/java/dev/zontreck/otemod/entities/ModEntityTypes.java similarity index 57% rename from src/main/java/dev/zontreck/thresholds/entities/ModEntityTypes.java rename to src/main/java/dev/zontreck/otemod/entities/ModEntityTypes.java index e5e82b3..cf94b2e 100644 --- a/src/main/java/dev/zontreck/thresholds/entities/ModEntityTypes.java +++ b/src/main/java/dev/zontreck/otemod/entities/ModEntityTypes.java @@ -1,6 +1,14 @@ -package dev.zontreck.thresholds.entities; +package dev.zontreck.otemod.entities; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.entities.monsters.PossumEntity; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.entity.MobCategory; import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; public class ModEntityTypes { //public static final DeferredRegister> ENTITIES = DeferredRegister.create(ForgeRegistries.ENTITY_TYPES, OTEMod.MOD_ID); diff --git a/src/main/java/dev/zontreck/thresholds/entities/monsters/PossumEntity.java b/src/main/java/dev/zontreck/otemod/entities/monsters/PossumEntity.java similarity index 96% rename from src/main/java/dev/zontreck/thresholds/entities/monsters/PossumEntity.java rename to src/main/java/dev/zontreck/otemod/entities/monsters/PossumEntity.java index b1d6542..f3cc95d 100644 --- a/src/main/java/dev/zontreck/thresholds/entities/monsters/PossumEntity.java +++ b/src/main/java/dev/zontreck/otemod/entities/monsters/PossumEntity.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.entities.monsters; +package dev.zontreck.otemod.entities.monsters; public class PossumEntity diff --git a/src/main/java/dev/zontreck/thresholds/entities/monsters/client/PossumModel.java b/src/main/java/dev/zontreck/otemod/entities/monsters/client/PossumModel.java similarity index 90% rename from src/main/java/dev/zontreck/thresholds/entities/monsters/client/PossumModel.java rename to src/main/java/dev/zontreck/otemod/entities/monsters/client/PossumModel.java index 436631e..15b08bf 100644 --- a/src/main/java/dev/zontreck/thresholds/entities/monsters/client/PossumModel.java +++ b/src/main/java/dev/zontreck/otemod/entities/monsters/client/PossumModel.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.entities.monsters.client; +package dev.zontreck.otemod.entities.monsters.client; public class PossumModel diff --git a/src/main/java/dev/zontreck/thresholds/entities/monsters/client/PossumRenderer.java b/src/main/java/dev/zontreck/otemod/entities/monsters/client/PossumRenderer.java similarity index 92% rename from src/main/java/dev/zontreck/thresholds/entities/monsters/client/PossumRenderer.java rename to src/main/java/dev/zontreck/otemod/entities/monsters/client/PossumRenderer.java index ce8f512..d93ba82 100644 --- a/src/main/java/dev/zontreck/thresholds/entities/monsters/client/PossumRenderer.java +++ b/src/main/java/dev/zontreck/otemod/entities/monsters/client/PossumRenderer.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.entities.monsters.client; +package dev.zontreck.otemod.entities.monsters.client; public class PossumRenderer diff --git a/src/main/java/dev/zontreck/thresholds/events/ClientEvents.java b/src/main/java/dev/zontreck/otemod/events/ClientEvents.java similarity index 67% rename from src/main/java/dev/zontreck/thresholds/events/ClientEvents.java rename to src/main/java/dev/zontreck/otemod/events/ClientEvents.java index cf003de..f064d80 100644 --- a/src/main/java/dev/zontreck/thresholds/events/ClientEvents.java +++ b/src/main/java/dev/zontreck/otemod/events/ClientEvents.java @@ -1,39 +1,39 @@ -package dev.zontreck.thresholds.events; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.integrations.KeyBindings; -import dev.zontreck.thresholds.networking.ModMessages; -import dev.zontreck.thresholds.networking.packets.OpenVaultC2SPacket; -import net.minecraft.client.Minecraft; -import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.client.event.InputEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; -import net.minecraftforge.fml.common.Mod; - -import java.time.Instant; - -public class ClientEvents { - @Mod.EventBusSubscriber(modid = ThresholdsMod.MOD_ID, value = Dist.CLIENT) - public static class ForgeEvents - { - // Timeout! - static long lastPress; - - @SubscribeEvent - public static void onKeyInput(InputEvent.Key event) - { - //OTEMod.LOGGER.info("KEY PRESS: "+event.getKey()); - if(KeyBindings.OPEN_VAULT.matches(event.getKey(), event.getScanCode()) && Minecraft.getInstance().screen == null && lastPress+10 < Instant.now().getEpochSecond()) - { - lastPress = Instant.now().getEpochSecond(); - ModMessages.sendToServer(new OpenVaultC2SPacket(0, false, 0)); - } - } - } - - @Mod.EventBusSubscriber(modid = ThresholdsMod.MOD_ID, value=Dist.CLIENT, bus=Mod.EventBusSubscriber.Bus.MOD) - public static class ClientModBus - { - - } -} +package dev.zontreck.otemod.events; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.integrations.KeyBindings; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.OpenVaultC2SPacket; +import net.minecraft.client.Minecraft; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.client.event.InputEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; + +import java.time.Instant; + +public class ClientEvents { + @Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, value = Dist.CLIENT) + public static class ForgeEvents + { + // Timeout! + static long lastPress; + + @SubscribeEvent + public static void onKeyInput(InputEvent.Key event) + { + //OTEMod.LOGGER.info("KEY PRESS: "+event.getKey()); + if(KeyBindings.OPEN_VAULT.matches(event.getKey(), event.getScanCode()) && Minecraft.getInstance().screen == null && lastPress+10 < Instant.now().getEpochSecond()) + { + lastPress = Instant.now().getEpochSecond(); + ModMessages.sendToServer(new OpenVaultC2SPacket(0, false, 0)); + } + } + } + + @Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, value=Dist.CLIENT, bus=Mod.EventBusSubscriber.Bus.MOD) + public static class ClientModBus + { + + } +} diff --git a/src/main/java/dev/zontreck/thresholds/events/EventHandler.java b/src/main/java/dev/zontreck/otemod/events/EventHandler.java similarity index 85% rename from src/main/java/dev/zontreck/thresholds/events/EventHandler.java rename to src/main/java/dev/zontreck/otemod/events/EventHandler.java index 83c4f62..ae9412f 100644 --- a/src/main/java/dev/zontreck/thresholds/events/EventHandler.java +++ b/src/main/java/dev/zontreck/otemod/events/EventHandler.java @@ -1,138 +1,143 @@ -package dev.zontreck.thresholds.events; - -import dev.zontreck.libzontreck.lore.LoreContainer; -import dev.zontreck.libzontreck.lore.LoreEntry; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.util.ItemUtils; -import dev.zontreck.libzontreck.util.heads.HeadUtilities; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import dev.zontreck.thresholds.enchantments.MobEggEnchantment; -import dev.zontreck.thresholds.enchantments.ModEnchantments; -import dev.zontreck.thresholds.implementation.DeathMessages; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.Entity; -import net.minecraft.world.entity.LivingEntity; -import net.minecraft.world.entity.item.ItemEntity; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.enchantment.Enchantments; -import net.minecraftforge.common.ForgeSpawnEggItem; -import net.minecraftforge.event.entity.living.LivingDeathEvent; -import net.minecraftforge.event.entity.living.LivingDropsEvent; -import net.minecraftforge.eventbus.api.EventPriority; -import net.minecraftforge.eventbus.api.SubscribeEvent; -import net.minecraftforge.fml.common.Mod; - -import java.time.Instant; -import java.util.Date; -import java.util.Random; - -@Mod.EventBusSubscriber(modid= ThresholdsMod.MOD_ID) -public class EventHandler { - - - @SubscribeEvent (priority = EventPriority.HIGHEST) - public static void playerDied(LivingDeathEvent event) - { - if(!(event.getEntity() instanceof Player))return; - - Profile profile; - try { - profile = Profile.get_profile_of(event.getEntity().getStringUUID()); - } catch (UserProfileNotYetExistsException e) { - e.printStackTrace(); - return; - } - profile.deaths++; - profile.commit(); - if(!ThresholdsServerConfig.ENABLE_PLAYER_HEAD_DROPS.get()) - { - return; - } - int looting=0; - //ServerPlayer killedPlayer = (ServerPlayer)ent; - if(event.getEntity() instanceof Player){ - ServerPlayer pla = profile.player; - looting = ItemUtils.getEnchantmentLevel(Enchantments.MOB_LOOTING, pla.getMainHandItem()); - - } - - // Calculate chance - double base_chance = ThresholdsServerConfig.CHANCE_OF_PLAYER_HEAD.get(); - base_chance += looting; - base_chance *= 100; - - Random rng = new Random(); - double num = rng.nextDouble(0,100000); - if(num <= base_chance) - { - ItemStack head = HeadUtilities.get(profile.username, "").setHoverName(ChatHelpers.macro(profile.nickname+"'s Head")); - LoreContainer lore = new LoreContainer(head); - LoreEntry entry = new LoreEntry.Builder().bold(true).text(ChatHelpers.macroize("!dark_green!Player: " + profile.name_color+profile.username)).build(); - lore.miscData.loreData.add(entry); - - entry = new LoreEntry.Builder().text(ChatHelpers.macroize("!Dark_Purple!Date: !Dark_Red![0]", Date.from(Instant.now()).toString())).build(); - lore.miscData.loreData.add(entry); - - entry = new LoreEntry.Builder().text(ChatHelpers.macroize("!Dark_Purple!Total Deaths: !Dark_Red![0]", String.valueOf(profile.deaths))).build(); - lore.miscData.loreData.add(entry); - lore.commitLore(); - - - event.getEntity().spawnAtLocation(head); - } - - try { - ChatHelpers.broadcast(Component.literal(DeathMessages.getRandomDeathMessage(Profile.get_profile_of(event.getEntity().getStringUUID()), event.getSource())), event.getEntity().level().getServer()); - } catch (UserProfileNotYetExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } - - @SubscribeEvent - public void onEntityKilled(LivingDropsEvent ev){ - if(ev.getEntity().level().isClientSide)return; - - Entity killedentity = ev.getEntity(); - Entity ent = ev.getSource().getEntity(); - if(ent instanceof Player) - { - ServerPlayer play = (ServerPlayer)ent; - LivingEntity killed = ev.getEntity(); - - ItemStack stack = play.getMainHandItem(); - int levelOfEgging = ItemUtils.getEnchantmentLevel(ModEnchantments.MOB_EGGING_ENCHANTMENT.get(),stack); - - if(levelOfEgging==0)return; - CompoundTag tag = stack.getTag(); - int bias = tag.getInt(MobEggEnchantment.TAG_BIAS); - - - if(MobEggEnchantment.givesEgg(levelOfEgging, bias)) - { - bias=0; - tag.putInt(MobEggEnchantment.TAG_BIAS, bias); - // .25% chance - // Check enchantment level for looting - int level = ItemUtils.getEnchantmentLevel (Enchantments.MOB_LOOTING,stack); - if(level==3){ - ItemStack egg = new ItemStack(ForgeSpawnEggItem.fromEntityType(killed.getType())); - ev.getDrops().add(new ItemEntity(killed.level(), killed.getX(), killed.getY(), killed.getZ(), egg)); - //LoreHandlers.updateItem(stack, ItemStatType.EGGING); - } - }else{ - bias += 1; - tag.putInt(MobEggEnchantment.TAG_BIAS, bias); - } - } - - } - - -} +package dev.zontreck.otemod.events; + +import dev.zontreck.libzontreck.lore.LoreContainer; +import dev.zontreck.libzontreck.lore.LoreEntry; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.libzontreck.util.heads.HeadUtilities; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.enchantments.MobEggEnchantment; +import dev.zontreck.otemod.enchantments.ModEnchantments; +import dev.zontreck.otemod.implementation.DeathMessages; +import dev.zontreck.otemod.implementation.InventoryBackup; +import dev.zontreck.otemod.items.tags.ItemStatType; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.entity.item.ItemEntity; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.enchantment.Enchantments; +import net.minecraft.world.level.GameType; +import net.minecraftforge.common.ForgeSpawnEggItem; +import net.minecraftforge.event.entity.living.LivingDeathEvent; +import net.minecraftforge.event.entity.living.LivingDropsEvent; +import net.minecraftforge.event.entity.player.PlayerEvent; +import net.minecraftforge.eventbus.api.EventPriority; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.items.ItemStackHandler; + +import java.time.Instant; +import java.util.Date; +import java.util.Random; + +@Mod.EventBusSubscriber(modid=OTEMod.MOD_ID) +public class EventHandler { + + + @SubscribeEvent (priority = EventPriority.HIGHEST) + public static void playerDied(LivingDeathEvent event) + { + if(!(event.getEntity() instanceof Player))return; + + Profile profile; + try { + profile = Profile.get_profile_of(event.getEntity().getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + e.printStackTrace(); + return; + } + profile.deaths++; + profile.commit(); + if(!OTEServerConfig.ENABLE_PLAYER_HEAD_DROPS.get()) + { + return; + } + int looting=0; + //ServerPlayer killedPlayer = (ServerPlayer)ent; + if(event.getEntity() instanceof Player){ + ServerPlayer pla = profile.player; + looting = ItemUtils.getEnchantmentLevel(Enchantments.MOB_LOOTING, pla.getMainHandItem()); + + } + + // Calculate chance + double base_chance = OTEServerConfig.CHANCE_OF_PLAYER_HEAD.get(); + base_chance += looting; + base_chance *= 100; + + Random rng = new Random(); + double num = rng.nextDouble(0,100000); + if(num <= base_chance) + { + ItemStack head = HeadUtilities.get(profile.username, "").setHoverName(ChatHelpers.macro(profile.nickname+"'s Head")); + LoreContainer lore = new LoreContainer(head); + LoreEntry entry = new LoreEntry.Builder().bold(true).text(ChatHelpers.macroize("!dark_green!Player: " + profile.name_color+profile.username)).build(); + lore.miscData.loreData.add(entry); + + entry = new LoreEntry.Builder().text(ChatHelpers.macroize("!Dark_Purple!Date: !Dark_Red![0]", Date.from(Instant.now()).toString())).build(); + lore.miscData.loreData.add(entry); + + entry = new LoreEntry.Builder().text(ChatHelpers.macroize("!Dark_Purple!Total Deaths: !Dark_Red![0]", String.valueOf(profile.deaths))).build(); + lore.miscData.loreData.add(entry); + lore.commitLore(); + + + event.getEntity().spawnAtLocation(head); + } + + try { + ChatHelpers.broadcast(Component.literal(DeathMessages.getRandomDeathMessage(Profile.get_profile_of(event.getEntity().getStringUUID()), event.getSource())), event.getEntity().level().getServer()); + } catch (UserProfileNotYetExistsException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + @SubscribeEvent + public void onEntityKilled(LivingDropsEvent ev){ + if(ev.getEntity().level().isClientSide)return; + + Entity killedentity = ev.getEntity(); + Entity ent = ev.getSource().getEntity(); + if(ent instanceof Player) + { + ServerPlayer play = (ServerPlayer)ent; + LivingEntity killed = ev.getEntity(); + + ItemStack stack = play.getMainHandItem(); + int levelOfEgging = ItemUtils.getEnchantmentLevel(ModEnchantments.MOB_EGGING_ENCHANTMENT.get(),stack); + + if(levelOfEgging==0)return; + CompoundTag tag = stack.getTag(); + int bias = tag.getInt(MobEggEnchantment.TAG_BIAS); + + + if(MobEggEnchantment.givesEgg(levelOfEgging, bias)) + { + bias=0; + tag.putInt(MobEggEnchantment.TAG_BIAS, bias); + // .25% chance + // Check enchantment level for looting + int level = ItemUtils.getEnchantmentLevel (Enchantments.MOB_LOOTING,stack); + if(level==3){ + ItemStack egg = new ItemStack(ForgeSpawnEggItem.fromEntityType(killed.getType())); + ev.getDrops().add(new ItemEntity(killed.level(), killed.getX(), killed.getY(), killed.getZ(), egg)); + //LoreHandlers.updateItem(stack, ItemStatType.EGGING); + } + }else{ + bias += 1; + tag.putInt(MobEggEnchantment.TAG_BIAS, bias); + } + } + + } + + +} diff --git a/src/main/java/dev/zontreck/thresholds/events/LoreHandlers.java b/src/main/java/dev/zontreck/otemod/events/LoreHandlers.java similarity index 79% rename from src/main/java/dev/zontreck/thresholds/events/LoreHandlers.java rename to src/main/java/dev/zontreck/otemod/events/LoreHandlers.java index 0e8e77c..510f0a0 100644 --- a/src/main/java/dev/zontreck/thresholds/events/LoreHandlers.java +++ b/src/main/java/dev/zontreck/otemod/events/LoreHandlers.java @@ -1,155 +1,176 @@ -package dev.zontreck.thresholds.events; - -import dev.zontreck.thresholds.ThresholdsMod; -import net.minecraftforge.fml.common.Mod; -import net.minecraftforge.fml.common.Mod.EventBusSubscriber; - -@EventBusSubscriber(modid= ThresholdsMod.MOD_ID, bus=Mod.EventBusSubscriber.Bus.FORGE) -public class LoreHandlers { - /* - @SubscribeEvent - public void onBlockMined(BlockEvent.BreakEvent ev) - { - if(ev.getLevel().isClientSide())return; - - ServerPlayer sp = (ServerPlayer)ev.getPlayer(); - ItemStack itemUsed = sp.getItemInHand(InteractionHand.MAIN_HAND); - ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); - String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); - if(itemModName.contains("pickaxe")) - { - updateItem(itemUsed, ItemStatType.PICK); - }else if(itemModName.contains("shovel")) - { - updateItem(itemUsed, ItemStatType.SHOVEL); - } else if(itemModName.contains("axe")) - { - updateItem(itemUsed, ItemStatType.AXE); - } else if(itemModName.contains("pickadze")) - { - updateItem(itemUsed, ItemStatType.PICK); - } - } - - @SubscribeEvent - public void onBlock(BlockEvent.BlockToolModificationEvent ev) - { - - if(ev.getLevel().isClientSide())return; - - // Check the block right clicked, and the item in hand - - ServerPlayer sp = (ServerPlayer)ev.getPlayer(); - ItemStack itemUsed = sp.getMainHandItem(); - BlockState bs = ev.getState(); - ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); - String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); - - if(itemModName.contains("hoe")) - { - if(bs.is(Blocks.DIRT) || bs.is(Blocks.GRASS_BLOCK)) - { - OTEMod.LOGGER.info("DIRT!"); - updateItem(itemUsed, ItemStatType.HOE); - } - } else if(itemModName.contains("shovel")) - { - if(bs.is(Blocks.GRASS_BLOCK)) - { - updateItem(itemUsed, ItemStatType.SHOVELPATH); - } - } - - - } - - @SubscribeEvent - public void onShears(PlayerInteractEvent.EntityInteract ev) - { - - if(ev.getLevel().isClientSide)return; - if(ev.getCancellationResult() == InteractionResult.PASS) - { - // Check the entity right-clicked, and the item in hand - - OTEMod.LOGGER.info("Success"); - ServerPlayer sp = (ServerPlayer)ev.getEntity(); - ItemStack itemUsed = sp.getMainHandItem(); - Entity target = ev.getTarget(); - ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); - String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); - ResourceLocation locEnt = ForgeRegistries.ENTITY_TYPES.getKey(ev.getTarget().getType()); - String entityModName = ChatHelpers.macroize("[0]:[1]", locEnt.getNamespace(), locEnt.getPath()); - if(itemModName.contains("shears")) - { - if(entityModName.contains("sheep")) - { - updateItem(itemUsed, ItemStatType.SHEARS); - } - } - } - } - - - @SubscribeEvent - public void onEntityKilled(LivingDeathEvent ev) - { - if(ev.getEntity().level().isClientSide)return; - - // Handle two things - - // 1. Update mob kill count on a sword if wielded. - // 2. If mob, process randomness. If death by player with looting 3, 0.1% chance for a spawn egg to drop - Entity source = ev.getSource().getEntity(); - ServerPlayer sp= null; - if(source instanceof Player) - { - sp = (ServerPlayer)source; - } - - if(sp==null)return; - - ItemStack weaponUsed = sp.getItemInHand(InteractionHand.MAIN_HAND); - ResourceLocation loc = ForgeRegistries.ITEMS.getKey(weaponUsed.getItem()); - String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); - if(itemModName.contains("sword")) - { - updateItem(weaponUsed, ItemStatType.SWORD); - - } - - } - - // Only valid to be used by OTEMod - protected static void updateItem(ItemStack weaponUsed, ItemStatType type) - { - - // Update the mob kill count - CompoundTag props = weaponUsed.getTag(); - if(props==null)props=new CompoundTag(); - CompoundTag container = props.getCompound(ItemStatTag.STATS_TAG+"_"+type.name().toLowerCase()); - LoreContainer contain = new LoreContainer(weaponUsed); - - ItemStatTag isTag; - try{ - isTag = new ItemStatTag(type, container.getInt(ItemStatTag.STATS_TAG+"_"+type.name().toLowerCase())); - }catch (Exception e){ - isTag = new ItemStatTag(type, 0); - } - isTag.increment(); - LoreEntry entry; - - if(contain.miscData.loreData.size()==0) - { - // Missing entry - entry = new LoreEntry.Builder().text(ItemStatistics.makeText(isTag)).build(); - contain.miscData.loreData.add(entry); - }else { - entry = contain.miscData.loreData.get(0); // Stat is set at 0 - entry.text = ItemStatistics.makeText(isTag); - } - - // Update item - contain.commitLore(); - }*/ -} +package dev.zontreck.otemod.events; + +import dev.zontreck.libzontreck.lore.LoreContainer; +import dev.zontreck.libzontreck.lore.LoreEntry; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.items.tags.ItemStatTag; +import dev.zontreck.otemod.items.tags.ItemStatType; +import dev.zontreck.otemod.items.tags.ItemStatistics; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.event.entity.living.LivingDeathEvent; +import net.minecraftforge.event.entity.player.PlayerInteractEvent; +import net.minecraftforge.event.level.BlockEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber; +import net.minecraftforge.registries.ForgeRegistries; + +@EventBusSubscriber(modid=OTEMod.MOD_ID, bus=Mod.EventBusSubscriber.Bus.FORGE) +public class LoreHandlers { + /* + @SubscribeEvent + public void onBlockMined(BlockEvent.BreakEvent ev) + { + if(ev.getLevel().isClientSide())return; + + ServerPlayer sp = (ServerPlayer)ev.getPlayer(); + ItemStack itemUsed = sp.getItemInHand(InteractionHand.MAIN_HAND); + ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); + String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); + if(itemModName.contains("pickaxe")) + { + updateItem(itemUsed, ItemStatType.PICK); + }else if(itemModName.contains("shovel")) + { + updateItem(itemUsed, ItemStatType.SHOVEL); + } else if(itemModName.contains("axe")) + { + updateItem(itemUsed, ItemStatType.AXE); + } else if(itemModName.contains("pickadze")) + { + updateItem(itemUsed, ItemStatType.PICK); + } + } + + @SubscribeEvent + public void onBlock(BlockEvent.BlockToolModificationEvent ev) + { + + if(ev.getLevel().isClientSide())return; + + // Check the block right clicked, and the item in hand + + ServerPlayer sp = (ServerPlayer)ev.getPlayer(); + ItemStack itemUsed = sp.getMainHandItem(); + BlockState bs = ev.getState(); + ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); + String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); + + if(itemModName.contains("hoe")) + { + if(bs.is(Blocks.DIRT) || bs.is(Blocks.GRASS_BLOCK)) + { + OTEMod.LOGGER.info("DIRT!"); + updateItem(itemUsed, ItemStatType.HOE); + } + } else if(itemModName.contains("shovel")) + { + if(bs.is(Blocks.GRASS_BLOCK)) + { + updateItem(itemUsed, ItemStatType.SHOVELPATH); + } + } + + + } + + @SubscribeEvent + public void onShears(PlayerInteractEvent.EntityInteract ev) + { + + if(ev.getLevel().isClientSide)return; + if(ev.getCancellationResult() == InteractionResult.PASS) + { + // Check the entity right-clicked, and the item in hand + + OTEMod.LOGGER.info("Success"); + ServerPlayer sp = (ServerPlayer)ev.getEntity(); + ItemStack itemUsed = sp.getMainHandItem(); + Entity target = ev.getTarget(); + ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); + String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); + ResourceLocation locEnt = ForgeRegistries.ENTITY_TYPES.getKey(ev.getTarget().getType()); + String entityModName = ChatHelpers.macroize("[0]:[1]", locEnt.getNamespace(), locEnt.getPath()); + if(itemModName.contains("shears")) + { + if(entityModName.contains("sheep")) + { + updateItem(itemUsed, ItemStatType.SHEARS); + } + } + } + } + + + @SubscribeEvent + public void onEntityKilled(LivingDeathEvent ev) + { + if(ev.getEntity().level().isClientSide)return; + + // Handle two things + + // 1. Update mob kill count on a sword if wielded. + // 2. If mob, process randomness. If death by player with looting 3, 0.1% chance for a spawn egg to drop + Entity source = ev.getSource().getEntity(); + ServerPlayer sp= null; + if(source instanceof Player) + { + sp = (ServerPlayer)source; + } + + if(sp==null)return; + + ItemStack weaponUsed = sp.getItemInHand(InteractionHand.MAIN_HAND); + ResourceLocation loc = ForgeRegistries.ITEMS.getKey(weaponUsed.getItem()); + String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); + if(itemModName.contains("sword")) + { + updateItem(weaponUsed, ItemStatType.SWORD); + + } + + } + + // Only valid to be used by OTEMod + protected static void updateItem(ItemStack weaponUsed, ItemStatType type) + { + + // Update the mob kill count + CompoundTag props = weaponUsed.getTag(); + if(props==null)props=new CompoundTag(); + CompoundTag container = props.getCompound(ItemStatTag.STATS_TAG+"_"+type.name().toLowerCase()); + LoreContainer contain = new LoreContainer(weaponUsed); + + ItemStatTag isTag; + try{ + isTag = new ItemStatTag(type, container.getInt(ItemStatTag.STATS_TAG+"_"+type.name().toLowerCase())); + }catch (Exception e){ + isTag = new ItemStatTag(type, 0); + } + isTag.increment(); + LoreEntry entry; + + if(contain.miscData.loreData.size()==0) + { + // Missing entry + entry = new LoreEntry.Builder().text(ItemStatistics.makeText(isTag)).build(); + contain.miscData.loreData.add(entry); + }else { + entry = contain.miscData.loreData.get(0); // Stat is set at 0 + entry.text = ItemStatistics.makeText(isTag); + } + + // Update item + contain.commitLore(); + }*/ +} diff --git a/src/main/java/dev/zontreck/thresholds/events/ModEventBusEvents.java b/src/main/java/dev/zontreck/otemod/events/ModEventBusEvents.java similarity index 55% rename from src/main/java/dev/zontreck/thresholds/events/ModEventBusEvents.java rename to src/main/java/dev/zontreck/otemod/events/ModEventBusEvents.java index a0eb813..70e977f 100644 --- a/src/main/java/dev/zontreck/thresholds/events/ModEventBusEvents.java +++ b/src/main/java/dev/zontreck/otemod/events/ModEventBusEvents.java @@ -1,17 +1,21 @@ -package dev.zontreck.thresholds.events; +package dev.zontreck.otemod.events; -import dev.zontreck.thresholds.ThresholdsMod; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.entities.ModEntityTypes; +import dev.zontreck.otemod.entities.monsters.PossumEntity; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.entity.LivingEntity; import net.minecraftforge.event.entity.EntityAttributeCreationEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.Mod.EventBusSubscriber.Bus; -@Mod.EventBusSubscriber(modid = ThresholdsMod.MOD_ID, bus = Bus.MOD) +@Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, bus = Bus.MOD) public class ModEventBusEvents { @SubscribeEvent public static void onMobAttributeCreation(EntityAttributeCreationEvent ev) { //ev.put((EntityType) ModEntityTypes.POSSUM.get(), PossumEntity.createAttributes()); - ThresholdsMod.LOGGER.info("/!\\ REGISTERING ATTRIBUTES /!\\"); + OTEMod.LOGGER.info("/!\\ REGISTERING ATTRIBUTES /!\\"); } } diff --git a/src/main/java/dev/zontreck/thresholds/implementation/CreativeModeTabs.java b/src/main/java/dev/zontreck/otemod/implementation/CreativeModeTabs.java similarity index 78% rename from src/main/java/dev/zontreck/thresholds/implementation/CreativeModeTabs.java rename to src/main/java/dev/zontreck/otemod/implementation/CreativeModeTabs.java index 161a562..cebc8d0 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/CreativeModeTabs.java +++ b/src/main/java/dev/zontreck/otemod/implementation/CreativeModeTabs.java @@ -1,7 +1,7 @@ -package dev.zontreck.thresholds.implementation; +package dev.zontreck.otemod.implementation; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.items.ModItems; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.items.ModItems; import net.minecraft.core.registries.Registries; import net.minecraft.network.chat.Component; import net.minecraft.world.item.CreativeModeTab; @@ -9,16 +9,17 @@ import net.minecraft.world.item.Item; import net.minecraft.world.level.ItemLike; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; import net.minecraftforge.registries.RegistryObject; import java.util.ArrayList; import java.util.List; import java.util.function.Supplier; -@Mod.EventBusSubscriber(modid = ThresholdsMod.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD) +@Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD) public class CreativeModeTabs { - public static final DeferredRegister REGISTER = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, ThresholdsMod.MOD_ID); + public static final DeferredRegister REGISTER = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, OTEMod.MOD_ID); public static final List> OTEMOD_TAB_ITEMS = new ArrayList<>(); diff --git a/src/main/java/dev/zontreck/thresholds/implementation/DeathMessages.java b/src/main/java/dev/zontreck/otemod/implementation/DeathMessages.java similarity index 96% rename from src/main/java/dev/zontreck/thresholds/implementation/DeathMessages.java rename to src/main/java/dev/zontreck/otemod/implementation/DeathMessages.java index 1bffede..43b3c8b 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/DeathMessages.java +++ b/src/main/java/dev/zontreck/otemod/implementation/DeathMessages.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.implementation; +package dev.zontreck.otemod.implementation; import java.util.ArrayList; import java.util.List; @@ -8,6 +8,7 @@ import dev.zontreck.libzontreck.profiles.Profile; import dev.zontreck.libzontreck.util.ChatHelpers; import net.minecraft.world.damagesource.DamageSource; import net.minecraft.world.damagesource.DamageTypes; +import net.minecraft.world.entity.Entity; public class DeathMessages { private static final List messages; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/InventoryBackup.java b/src/main/java/dev/zontreck/otemod/implementation/InventoryBackup.java similarity index 85% rename from src/main/java/dev/zontreck/thresholds/implementation/InventoryBackup.java rename to src/main/java/dev/zontreck/otemod/implementation/InventoryBackup.java index 4ef9953..452ed8e 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/InventoryBackup.java +++ b/src/main/java/dev/zontreck/otemod/implementation/InventoryBackup.java @@ -1,13 +1,18 @@ -package dev.zontreck.thresholds.implementation; +package dev.zontreck.otemod.implementation; -import dev.zontreck.thresholds.database.OTEDatastore; +import dev.zontreck.otemod.database.OTEDatastore; import net.minecraft.nbt.*; import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.GameType; +import net.minecraftforge.items.ItemStackHandler; import java.io.File; import java.io.IOException; import java.nio.file.Path; +import java.util.ArrayList; +import java.util.List; public class InventoryBackup extends OTEDatastore { diff --git a/src/main/java/dev/zontreck/otemod/implementation/Messages.java b/src/main/java/dev/zontreck/otemod/implementation/Messages.java new file mode 100644 index 0000000..b767259 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/Messages.java @@ -0,0 +1,32 @@ +package dev.zontreck.otemod.implementation; + +public class Messages { + public static final String OTE_PREFIX; + public static final String PREFIX_UPDATED; + public static final String PREFIX_COLOR_UPDATED; + public static final String NICK_UPDATED; + public static final String NAME_COLOR_UPDATED; + public static final String CHAT_COLOR_UPDATED; + public static final String STARTER_FAILURE_CONSOLE; + public static final String STARTER_FAILURE_PERMISSIONS; + public static final String STARTER_KIT_GIVEN; + + public static final String FLIGHT_GIVEN; + public static final String FLIGHT_REMOVED; + + + static{ + OTE_PREFIX = "!Dark_Gray![!Dark_Purple!OTE!Dark_Gray!] "; + + PREFIX_UPDATED = OTE_PREFIX + " !Dark_Purple!Your prefix has been updated"; + PREFIX_COLOR_UPDATED = OTE_PREFIX + "!Dark_Purple!Your prefix color has been updated"; + NICK_UPDATED = OTE_PREFIX + "!Dark_Purple! Your nickname has been updated"; + NAME_COLOR_UPDATED = OTE_PREFIX + "!Dark_Purple!Your name color has been updated"; + CHAT_COLOR_UPDATED = OTE_PREFIX + "!Dark_Purple!Your chat color has been updated"; + STARTER_FAILURE_CONSOLE = OTE_PREFIX + "!Dark_Red!This command can only be executed from within the game"; + STARTER_FAILURE_PERMISSIONS = OTE_PREFIX + "!Dark_Red!This command can only be executed by server operators"; + STARTER_KIT_GIVEN = OTE_PREFIX + "!Dark_Purple!You have been given a starter kit. Welcome to the server."; + FLIGHT_GIVEN = OTE_PREFIX + "!Dark_Green!You start to feel lighter than a feather"; + FLIGHT_REMOVED = OTE_PREFIX + "!Dark_Red!You have a sinking feeling you are no longer lighter than a feather."; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/MouseHelpers.java b/src/main/java/dev/zontreck/otemod/implementation/MouseHelpers.java similarity index 92% rename from src/main/java/dev/zontreck/thresholds/implementation/MouseHelpers.java rename to src/main/java/dev/zontreck/otemod/implementation/MouseHelpers.java index 6690e94..39b15b5 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/MouseHelpers.java +++ b/src/main/java/dev/zontreck/otemod/implementation/MouseHelpers.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.implementation; +package dev.zontreck.otemod.implementation; public class MouseHelpers { public static boolean isMouseOver(double mouseX, double mouseY, int x, int y, int sizeX, int sizeY) diff --git a/src/main/java/dev/zontreck/thresholds/implementation/OutputItemStackHandler.java b/src/main/java/dev/zontreck/otemod/implementation/OutputItemStackHandler.java similarity index 91% rename from src/main/java/dev/zontreck/thresholds/implementation/OutputItemStackHandler.java rename to src/main/java/dev/zontreck/otemod/implementation/OutputItemStackHandler.java index 66ab6a1..23f97e6 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/OutputItemStackHandler.java +++ b/src/main/java/dev/zontreck/otemod/implementation/OutputItemStackHandler.java @@ -1,44 +1,44 @@ -package dev.zontreck.thresholds.implementation; - -import net.minecraft.core.NonNullList; -import net.minecraft.world.item.ItemStack; -import net.minecraftforge.items.ItemStackHandler; - -public class OutputItemStackHandler extends ItemStackHandler { - private final ItemStackHandler internalSlot; - - public OutputItemStackHandler(ItemStackHandler hidden) { - super(); - internalSlot = hidden; - } - - @Override - public void setSize(int size) { - stacks = NonNullList.withSize(size, ItemStack.EMPTY); - } - - @Override - public void setStackInSlot(int slot, ItemStack stack) { - internalSlot.setStackInSlot(slot, stack); - } - - @Override - public int getSlots() { - return internalSlot.getSlots(); - } - - @Override - public ItemStack getStackInSlot(int slot) { - return internalSlot.getStackInSlot(slot); - } - - @Override - public ItemStack insertItem(int slot, ItemStack stack, boolean simulate) { - return stack; - } - - @Override - public ItemStack extractItem(int slot, int amount, boolean simulate) { - return internalSlot.extractItem(slot, amount, simulate); - } -} +package dev.zontreck.otemod.implementation; + +import net.minecraft.core.NonNullList; +import net.minecraft.world.item.ItemStack; +import net.minecraftforge.items.ItemStackHandler; + +public class OutputItemStackHandler extends ItemStackHandler { + private final ItemStackHandler internalSlot; + + public OutputItemStackHandler(ItemStackHandler hidden) { + super(); + internalSlot = hidden; + } + + @Override + public void setSize(int size) { + stacks = NonNullList.withSize(size, ItemStack.EMPTY); + } + + @Override + public void setStackInSlot(int slot, ItemStack stack) { + internalSlot.setStackInSlot(slot, stack); + } + + @Override + public int getSlots() { + return internalSlot.getSlots(); + } + + @Override + public ItemStack getStackInSlot(int slot) { + return internalSlot.getStackInSlot(slot); + } + + @Override + public ItemStack insertItem(int slot, ItemStack stack, boolean simulate) { + return stack; + } + + @Override + public ItemStack extractItem(int slot, int amount, boolean simulate) { + return internalSlot.extractItem(slot, amount, simulate); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/PlayerFirstJoinTag.java b/src/main/java/dev/zontreck/otemod/implementation/PlayerFirstJoinTag.java similarity index 94% rename from src/main/java/dev/zontreck/thresholds/implementation/PlayerFirstJoinTag.java rename to src/main/java/dev/zontreck/otemod/implementation/PlayerFirstJoinTag.java index bd79a4f..78ca49a 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/PlayerFirstJoinTag.java +++ b/src/main/java/dev/zontreck/otemod/implementation/PlayerFirstJoinTag.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.implementation; +package dev.zontreck.otemod.implementation; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.LongTag; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/StarterKitDoesNotExistException.java b/src/main/java/dev/zontreck/otemod/implementation/StarterKitDoesNotExistException.java similarity index 58% rename from src/main/java/dev/zontreck/thresholds/implementation/StarterKitDoesNotExistException.java rename to src/main/java/dev/zontreck/otemod/implementation/StarterKitDoesNotExistException.java index 44089f6..48d70e7 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/StarterKitDoesNotExistException.java +++ b/src/main/java/dev/zontreck/otemod/implementation/StarterKitDoesNotExistException.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.implementation; +package dev.zontreck.otemod.implementation; public class StarterKitDoesNotExistException extends Exception { diff --git a/src/main/java/dev/zontreck/thresholds/implementation/compressor/CompressionChamberMenu.java b/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberMenu.java similarity index 93% rename from src/main/java/dev/zontreck/thresholds/implementation/compressor/CompressionChamberMenu.java rename to src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberMenu.java index 911f996..4e32517 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/compressor/CompressionChamberMenu.java +++ b/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberMenu.java @@ -1,8 +1,11 @@ -package dev.zontreck.thresholds.implementation.compressor; +package dev.zontreck.otemod.implementation.compressor; -import dev.zontreck.thresholds.blocks.ModBlocks; -import dev.zontreck.thresholds.blocks.entity.CompressionChamberBlockEntity; -import dev.zontreck.thresholds.implementation.inits.ModMenuTypes; +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.CompressionChamberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ItemScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.world.entity.player.Inventory; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/compressor/CompressionChamberScreen.java b/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberScreen.java similarity index 90% rename from src/main/java/dev/zontreck/thresholds/implementation/compressor/CompressionChamberScreen.java rename to src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberScreen.java index 5646d6a..4000a7e 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/compressor/CompressionChamberScreen.java +++ b/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberScreen.java @@ -1,9 +1,9 @@ -package dev.zontreck.thresholds.implementation.compressor; +package dev.zontreck.otemod.implementation.compressor; import com.mojang.blaze3d.systems.RenderSystem; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.MouseHelpers; -import dev.zontreck.thresholds.implementation.energy.screenrenderer.EnergyInfoArea; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.MouseHelpers; +import dev.zontreck.otemod.implementation.energy.screenrenderer.EnergyInfoArea; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.renderer.GameRenderer; @@ -16,7 +16,7 @@ import java.util.Optional; public class CompressionChamberScreen extends AbstractContainerScreen { - private static final ResourceLocation TEXTURE = new ResourceLocation(ThresholdsMod.MOD_ID, "textures/gui/energized_compression_chamber.png"); + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/energized_compression_chamber.png"); private EnergyInfoArea EIA; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/energy/OTEEnergy.java b/src/main/java/dev/zontreck/otemod/implementation/energy/OTEEnergy.java similarity index 89% rename from src/main/java/dev/zontreck/thresholds/implementation/energy/OTEEnergy.java rename to src/main/java/dev/zontreck/otemod/implementation/energy/OTEEnergy.java index 72ff6ba..b0be659 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/energy/OTEEnergy.java +++ b/src/main/java/dev/zontreck/otemod/implementation/energy/OTEEnergy.java @@ -1,42 +1,42 @@ -package dev.zontreck.thresholds.implementation.energy; - -import net.minecraftforge.energy.EnergyStorage; - -public abstract class OTEEnergy extends EnergyStorage -{ - - public OTEEnergy(int capacity, int maxTransfer) { - super(capacity, maxTransfer); - } - - @Override - public int extractEnergy(int max, boolean simulate) - { - int ex = super.extractEnergy(max, simulate); - if(ex != 0){ - onChanged(); - } - - return ex; - } - - @Override - public int receiveEnergy(int max, boolean simulate) - { - int rcv = super.receiveEnergy(max, simulate); - if(rcv!=0){ - onChanged(); - } - - return rcv; - } - - public int setEnergy(int energy){ - this.energy=energy; - onChanged(); - return energy; - } - - public abstract void onChanged(); - -} +package dev.zontreck.otemod.implementation.energy; + +import net.minecraftforge.energy.EnergyStorage; + +public abstract class OTEEnergy extends EnergyStorage +{ + + public OTEEnergy(int capacity, int maxTransfer) { + super(capacity, maxTransfer); + } + + @Override + public int extractEnergy(int max, boolean simulate) + { + int ex = super.extractEnergy(max, simulate); + if(ex != 0){ + onChanged(); + } + + return ex; + } + + @Override + public int receiveEnergy(int max, boolean simulate) + { + int rcv = super.receiveEnergy(max, simulate); + if(rcv!=0){ + onChanged(); + } + + return rcv; + } + + public int setEnergy(int energy){ + this.energy=energy; + onChanged(); + return energy; + } + + public abstract void onChanged(); + +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/energy/screenrenderer/EnergyInfoArea.java b/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/EnergyInfoArea.java similarity index 91% rename from src/main/java/dev/zontreck/thresholds/implementation/energy/screenrenderer/EnergyInfoArea.java rename to src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/EnergyInfoArea.java index b87c177..344bf7e 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/energy/screenrenderer/EnergyInfoArea.java +++ b/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/EnergyInfoArea.java @@ -1,5 +1,7 @@ -package dev.zontreck.thresholds.implementation.energy.screenrenderer; +package dev.zontreck.otemod.implementation.energy.screenrenderer; +import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.Minecraft; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.client.renderer.Rect2i; import net.minecraft.network.chat.Component; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/energy/screenrenderer/InfoArea.java b/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/InfoArea.java similarity index 76% rename from src/main/java/dev/zontreck/thresholds/implementation/energy/screenrenderer/InfoArea.java rename to src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/InfoArea.java index bb2fb5f..f1534a5 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/energy/screenrenderer/InfoArea.java +++ b/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/InfoArea.java @@ -1,5 +1,8 @@ -package dev.zontreck.thresholds.implementation.energy.screenrenderer; +package dev.zontreck.otemod.implementation.energy.screenrenderer; +import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.Minecraft; import net.minecraft.client.gui.GuiGraphics; import net.minecraft.client.renderer.Rect2i; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/events/VaultCreatedEvent.java b/src/main/java/dev/zontreck/otemod/implementation/events/VaultCreatedEvent.java similarity index 77% rename from src/main/java/dev/zontreck/thresholds/implementation/events/VaultCreatedEvent.java rename to src/main/java/dev/zontreck/otemod/implementation/events/VaultCreatedEvent.java index ed3e8fc..26c4334 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/events/VaultCreatedEvent.java +++ b/src/main/java/dev/zontreck/otemod/implementation/events/VaultCreatedEvent.java @@ -1,7 +1,7 @@ -package dev.zontreck.thresholds.implementation.events; +package dev.zontreck.otemod.implementation.events; import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; +import dev.zontreck.otemod.configs.OTEServerConfig; import net.minecraftforge.eventbus.api.Event; public class VaultCreatedEvent extends Event @@ -16,7 +16,7 @@ public class VaultCreatedEvent extends Event public VaultCreatedEvent(int num, Profile user, int vaultsInUse) { - max= ThresholdsServerConfig.MAX_VAULTS.get(); + max=OTEServerConfig.MAX_VAULTS.get(); vault_num = num; in_use = vaultsInUse; playerMax=user.available_vaults; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/events/VaultDeletedEvent.java b/src/main/java/dev/zontreck/otemod/implementation/events/VaultDeletedEvent.java similarity index 80% rename from src/main/java/dev/zontreck/thresholds/implementation/events/VaultDeletedEvent.java rename to src/main/java/dev/zontreck/otemod/implementation/events/VaultDeletedEvent.java index 60c573d..4a3ada6 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/events/VaultDeletedEvent.java +++ b/src/main/java/dev/zontreck/otemod/implementation/events/VaultDeletedEvent.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.implementation.events; +package dev.zontreck.otemod.implementation.events; import dev.zontreck.libzontreck.profiles.Profile; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/events/VaultModifiedEvent.java b/src/main/java/dev/zontreck/otemod/implementation/events/VaultModifiedEvent.java similarity index 81% rename from src/main/java/dev/zontreck/thresholds/implementation/events/VaultModifiedEvent.java rename to src/main/java/dev/zontreck/otemod/implementation/events/VaultModifiedEvent.java index 75e403a..9e482c9 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/events/VaultModifiedEvent.java +++ b/src/main/java/dev/zontreck/otemod/implementation/events/VaultModifiedEvent.java @@ -1,6 +1,7 @@ -package dev.zontreck.thresholds.implementation.events; +package dev.zontreck.otemod.implementation.events; import dev.zontreck.libzontreck.profiles.Profile; +import net.minecraft.world.entity.player.Inventory; import net.minecraftforge.items.ItemStackHandler; public class VaultModifiedEvent extends VaultCreatedEvent diff --git a/src/main/java/dev/zontreck/thresholds/implementation/inits/ModMenuTypes.java b/src/main/java/dev/zontreck/otemod/implementation/inits/ModMenuTypes.java similarity index 74% rename from src/main/java/dev/zontreck/thresholds/implementation/inits/ModMenuTypes.java rename to src/main/java/dev/zontreck/otemod/implementation/inits/ModMenuTypes.java index f877534..06dfd3d 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/inits/ModMenuTypes.java +++ b/src/main/java/dev/zontreck/otemod/implementation/inits/ModMenuTypes.java @@ -1,41 +1,41 @@ -package dev.zontreck.thresholds.implementation.inits; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.compressor.CompressionChamberMenu; -import dev.zontreck.thresholds.implementation.scrubber.ItemScrubberMenu; -import dev.zontreck.thresholds.implementation.scrubber.MagicalScrubberMenu; -import dev.zontreck.thresholds.implementation.vault.StarterMenu; -import dev.zontreck.thresholds.implementation.vault.VaultMenu; -import net.minecraft.world.inventory.AbstractContainerMenu; -import net.minecraft.world.inventory.MenuType; -import net.minecraftforge.common.extensions.IForgeMenuType; -import net.minecraftforge.eventbus.api.IEventBus; -import net.minecraftforge.network.IContainerFactory; -import net.minecraftforge.registries.DeferredRegister; -import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.RegistryObject; - -public final class ModMenuTypes -{ - public static final DeferredRegister> CONTAINERS = DeferredRegister.create(ForgeRegistries.MENU_TYPES, ThresholdsMod.MOD_ID); - - public static final RegistryObject> VAULT = registerMenuType(VaultMenu::new, "vault"); - - public static final RegistryObject> STARTER = registerMenuType(StarterMenu::new, "starter"); - - public static final RegistryObject> SCRUBBER = registerMenuType(ItemScrubberMenu::new, "item_scrubber_menu"); - public static final RegistryObject> MAGIC_SCRUBBER = registerMenuType(MagicalScrubberMenu::new, "magical_scrubber_menu"); - - public static final RegistryObject> COMPRESSION_CHAMBER = registerMenuType(CompressionChamberMenu::new, "compression_chamber"); - - - private static RegistryObject> registerMenuType(IContainerFactory factory, String name) - { - return CONTAINERS.register(name, ()->IForgeMenuType.create(factory)); - } - - public static void register(IEventBus bus) - { - CONTAINERS.register(bus); - } -} +package dev.zontreck.otemod.implementation.inits; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.compressor.CompressionChamberMenu; +import dev.zontreck.otemod.implementation.scrubber.ItemScrubberMenu; +import dev.zontreck.otemod.implementation.scrubber.MagicalScrubberMenu; +import dev.zontreck.otemod.implementation.vault.StarterMenu; +import dev.zontreck.otemod.implementation.vault.VaultMenu; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.MenuType; +import net.minecraftforge.common.extensions.IForgeMenuType; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.network.IContainerFactory; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public final class ModMenuTypes +{ + public static final DeferredRegister> CONTAINERS = DeferredRegister.create(ForgeRegistries.MENU_TYPES, OTEMod.MOD_ID); + + public static final RegistryObject> VAULT = registerMenuType(VaultMenu::new, "vault"); + + public static final RegistryObject> STARTER = registerMenuType(StarterMenu::new, "starter"); + + public static final RegistryObject> SCRUBBER = registerMenuType(ItemScrubberMenu::new, "item_scrubber_menu"); + public static final RegistryObject> MAGIC_SCRUBBER = registerMenuType(MagicalScrubberMenu::new, "magical_scrubber_menu"); + + public static final RegistryObject> COMPRESSION_CHAMBER = registerMenuType(CompressionChamberMenu::new, "compression_chamber"); + + + private static RegistryObject> registerMenuType(IContainerFactory factory, String name) + { + return CONTAINERS.register(name, ()->IForgeMenuType.create(factory)); + } + + public static void register(IEventBus bus) + { + CONTAINERS.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/scrubber/ItemScrubberMenu.java b/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberMenu.java similarity index 94% rename from src/main/java/dev/zontreck/thresholds/implementation/scrubber/ItemScrubberMenu.java rename to src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberMenu.java index 074b7b8..41ddfe6 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/scrubber/ItemScrubberMenu.java +++ b/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberMenu.java @@ -1,150 +1,150 @@ -package dev.zontreck.thresholds.implementation.scrubber; - -import dev.zontreck.thresholds.blocks.ModBlocks; -import dev.zontreck.thresholds.blocks.entity.ItemScrubberBlockEntity; -import dev.zontreck.thresholds.implementation.inits.ModMenuTypes; -import net.minecraft.core.Direction; -import net.minecraft.network.FriendlyByteBuf; -import net.minecraft.world.entity.player.Inventory; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.inventory.*; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraftforge.common.capabilities.ForgeCapabilities; -import net.minecraftforge.items.SlotItemHandler; - -public class ItemScrubberMenu extends AbstractContainerMenu -{ - public final ItemScrubberBlockEntity entity; - private final Level level; - private final ContainerData data; - - public ItemScrubberMenu(int id, Inventory inv, FriendlyByteBuf buf) - { - this(id, inv, inv.player.level().getBlockEntity(buf.readBlockPos()), new SimpleContainerData(1)); - } - - public ItemScrubberMenu(int id, Inventory inv, BlockEntity entity, ContainerData data){ - super(ModMenuTypes.SCRUBBER.get(), id); - - checkContainerSize(inv, 1); - this.entity = (ItemScrubberBlockEntity)entity; - this.data=data; - this.level = inv.player.level(); - - addPlayerInventory(inv); - addPlayerHotbar(inv); - - this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.UP).ifPresent(handler->{ - addSlot(new SlotItemHandler(handler, 0, 16, 41)); - }); - this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.DOWN).ifPresent(handler->{ - addSlot(new SlotItemHandler(handler, 0, 177, 41)); - }); - - addDataSlots(data); - - } - - public boolean isCrafting() - { - return data.get(0) > 0; - } - - public int getScaledProgress() - { - if(!isCrafting())return 0; - int progress = this.data.get(0); - int max = ItemScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS; - - int progressArrow = 125; - - - if(progress != 0 && max != 0) - { - int percent = progress * progressArrow / max; - return percent; - } - - return 0; - } - - // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons - // must assign a slot number to each of the slots used by the GUI. - // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. - // Each time we add a Slot to the container, it automatically increases the slotIndex, which means - // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) - // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) - // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) - private static final int HOTBAR_SLOT_COUNT = 9; - private static final int PLAYER_INVENTORY_ROW_COUNT = 3; - private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; - private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; - private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; - private static final int VANILLA_FIRST_SLOT_INDEX = 0; - private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; - - // THIS YOU HAVE TO DEFINE! - private static final int TE_INVENTORY_SLOT_COUNT = 2; // must be the number of slots you have! - - @Override - public ItemStack quickMoveStack(Player playerIn, int index) { - Slot sourceSlot = slots.get(index); - if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM - ItemStack sourceStack = sourceSlot.getItem(); - ItemStack copyOfSourceStack = sourceStack.copy(); - - // Check if the slot clicked is one of the vanilla container slots - if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { - // This is a vanilla container slot so merge the stack into the tile inventory - if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX - + TE_INVENTORY_SLOT_COUNT, false)) { - return ItemStack.EMPTY; // EMPTY_ITEM - } - } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { - // This is a TE slot so merge the stack into the players inventory - if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { - return ItemStack.EMPTY; - } - } else { - System.out.println("Invalid slotIndex:" + index); - return ItemStack.EMPTY; - } - // If stack size == 0 (the entire stack was moved) set slot contents to null - if (sourceStack.getCount() == 0) { - sourceSlot.set(ItemStack.EMPTY); - } else { - sourceSlot.setChanged(); - } - sourceSlot.onTake(playerIn, sourceStack); - return copyOfSourceStack; - } - - - @Override - public boolean stillValid(Player player) { - return stillValid(ContainerLevelAccess.create(level, entity.getBlockPos()), player, ModBlocks.ITEM_SCRUBBER.get()); - } - - private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 69; - private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; - private static final int PLAYER_HOTBAR_FIRST_SLOT = 125; - - private void addPlayerInventory(Inventory inv) - { - for (int i = 0; i < 3; i++) { - for (int j = 0; j < 9; j++) { - this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); - } - } - } - - private void addPlayerHotbar(Inventory inv) - { - for (int index = 0; index < 9; index++) { - this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); - } - } - -} +package dev.zontreck.otemod.implementation.scrubber; + +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.ItemScrubberBlockEntity; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import net.minecraft.core.Direction; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.*; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.items.SlotItemHandler; + +public class ItemScrubberMenu extends AbstractContainerMenu +{ + public final ItemScrubberBlockEntity entity; + private final Level level; + private final ContainerData data; + + public ItemScrubberMenu(int id, Inventory inv, FriendlyByteBuf buf) + { + this(id, inv, inv.player.level().getBlockEntity(buf.readBlockPos()), new SimpleContainerData(1)); + } + + public ItemScrubberMenu(int id, Inventory inv, BlockEntity entity, ContainerData data){ + super(ModMenuTypes.SCRUBBER.get(), id); + + checkContainerSize(inv, 1); + this.entity = (ItemScrubberBlockEntity)entity; + this.data=data; + this.level = inv.player.level(); + + addPlayerInventory(inv); + addPlayerHotbar(inv); + + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.UP).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 16, 41)); + }); + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.DOWN).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 177, 41)); + }); + + addDataSlots(data); + + } + + public boolean isCrafting() + { + return data.get(0) > 0; + } + + public int getScaledProgress() + { + if(!isCrafting())return 0; + int progress = this.data.get(0); + int max = ItemScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS; + + int progressArrow = 125; + + + if(progress != 0 && max != 0) + { + int percent = progress * progressArrow / max; + return percent; + } + + return 0; + } + + // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons + // must assign a slot number to each of the slots used by the GUI. + // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. + // Each time we add a Slot to the container, it automatically increases the slotIndex, which means + // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) + // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) + // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) + private static final int HOTBAR_SLOT_COUNT = 9; + private static final int PLAYER_INVENTORY_ROW_COUNT = 3; + private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; + private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; + private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; + private static final int VANILLA_FIRST_SLOT_INDEX = 0; + private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; + + // THIS YOU HAVE TO DEFINE! + private static final int TE_INVENTORY_SLOT_COUNT = 2; // must be the number of slots you have! + + @Override + public ItemStack quickMoveStack(Player playerIn, int index) { + Slot sourceSlot = slots.get(index); + if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM + ItemStack sourceStack = sourceSlot.getItem(); + ItemStack copyOfSourceStack = sourceStack.copy(); + + // Check if the slot clicked is one of the vanilla container slots + if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { + // This is a vanilla container slot so merge the stack into the tile inventory + if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX + + TE_INVENTORY_SLOT_COUNT, false)) { + return ItemStack.EMPTY; // EMPTY_ITEM + } + } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { + // This is a TE slot so merge the stack into the players inventory + if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { + return ItemStack.EMPTY; + } + } else { + System.out.println("Invalid slotIndex:" + index); + return ItemStack.EMPTY; + } + // If stack size == 0 (the entire stack was moved) set slot contents to null + if (sourceStack.getCount() == 0) { + sourceSlot.set(ItemStack.EMPTY); + } else { + sourceSlot.setChanged(); + } + sourceSlot.onTake(playerIn, sourceStack); + return copyOfSourceStack; + } + + + @Override + public boolean stillValid(Player player) { + return stillValid(ContainerLevelAccess.create(level, entity.getBlockPos()), player, ModBlocks.ITEM_SCRUBBER.get()); + } + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 69; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 125; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/scrubber/ItemScrubberScreen.java b/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberScreen.java similarity index 87% rename from src/main/java/dev/zontreck/thresholds/implementation/scrubber/ItemScrubberScreen.java rename to src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberScreen.java index 981b3e2..4ebf9e0 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/scrubber/ItemScrubberScreen.java +++ b/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberScreen.java @@ -1,99 +1,100 @@ -package dev.zontreck.thresholds.implementation.scrubber; - -import java.util.Optional; - -import com.mojang.blaze3d.systems.RenderSystem; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.MouseHelpers; -import dev.zontreck.thresholds.implementation.energy.screenrenderer.EnergyInfoArea; -import net.minecraft.client.gui.GuiGraphics; -import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; -import net.minecraft.client.renderer.GameRenderer; -import net.minecraft.network.chat.Component; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.entity.player.Inventory; - -public class ItemScrubberScreen extends AbstractContainerScreen -{ - private static final ResourceLocation TEXTURE = new ResourceLocation(ThresholdsMod.MOD_ID, "textures/gui/item_scrubber_gui.png"); - - private EnergyInfoArea EIA; - - public ItemScrubberScreen(ItemScrubberMenu p_97741_, Inventory p_97742_, Component p_97743_) { - super(p_97741_, p_97742_, p_97743_); - - - this.topPos=0; - this.leftPos=0; - - this.imageWidth = 208; - this.imageHeight = 165; - } - - @Override - protected void init() - { - super.init(); - assignEnergyArea(); - } - - private void assignEnergyArea() { - int x = (width - imageWidth )/2; - int y = (height - imageHeight)/2; - - EIA = new EnergyInfoArea(x+188, y+69, menu.entity.getEnergyStorage(), 7, 72); - } - - @Override - protected void renderBg(GuiGraphics poseStack, float partialTick, int mouseX, int mouseY) { - RenderSystem.setShader(GameRenderer::getPositionTexShader); - RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); - RenderSystem.setShaderTexture(0, TEXTURE); - - - poseStack.blit(TEXTURE, this.leftPos, this.topPos, 0,0, imageWidth, imageHeight); - renderUncraftingProgress(poseStack); - EIA.draw(poseStack); - } - - - @Override - protected void renderLabels(GuiGraphics stack, int mouseX, int mouseY) - { - stack.drawString(font, this.title.getString(), 63, 12, 0xFFFFFF); - - int x = (width - imageWidth )/2; - int y = (height - imageHeight)/2; - renderEnergy(stack, mouseX, mouseY, x, y); - //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); - } - - private void renderEnergy(GuiGraphics stack, int mouseX, int mouseY, int x, int y) { - if(isMouseAbove(mouseX, mouseY, x, y, 188, 69, 7, 72)){ - stack.renderTooltip(font, EIA.getTooltips(), Optional.empty(), mouseX-x, mouseY-y); - } - } - - private void renderUncraftingProgress(GuiGraphics stack) - { - if(menu.isCrafting()) - { - stack.blit(TEXTURE, leftPos+42, topPos+45, 1, 168, menu.getScaledProgress(),6); - } - } - - @Override - public void render(GuiGraphics stack, int mouseX, int mouseY, float delta) - { - renderBackground(stack); - super.render(stack, mouseX, mouseY, delta); - renderTooltip(stack, mouseX, mouseY); - } - - private boolean isMouseAbove(int mouseX, int mouseY, int x, int y, int offsetX, int offsetY, int width, int height) - { - return MouseHelpers.isMouseOver(mouseX, mouseY, x+offsetX, y+offsetY, width, height); - } - -} +package dev.zontreck.otemod.implementation.scrubber; + +import java.util.Optional; + +import com.mojang.blaze3d.systems.RenderSystem; +import com.mojang.blaze3d.vertex.PoseStack; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.MouseHelpers; +import dev.zontreck.otemod.implementation.energy.screenrenderer.EnergyInfoArea; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.renderer.GameRenderer; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; + +public class ItemScrubberScreen extends AbstractContainerScreen +{ + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/item_scrubber_gui.png"); + + private EnergyInfoArea EIA; + + public ItemScrubberScreen(ItemScrubberMenu p_97741_, Inventory p_97742_, Component p_97743_) { + super(p_97741_, p_97742_, p_97743_); + + + this.topPos=0; + this.leftPos=0; + + this.imageWidth = 208; + this.imageHeight = 165; + } + + @Override + protected void init() + { + super.init(); + assignEnergyArea(); + } + + private void assignEnergyArea() { + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + + EIA = new EnergyInfoArea(x+188, y+69, menu.entity.getEnergyStorage(), 7, 72); + } + + @Override + protected void renderBg(GuiGraphics poseStack, float partialTick, int mouseX, int mouseY) { + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); + RenderSystem.setShaderTexture(0, TEXTURE); + + + poseStack.blit(TEXTURE, this.leftPos, this.topPos, 0,0, imageWidth, imageHeight); + renderUncraftingProgress(poseStack); + EIA.draw(poseStack); + } + + + @Override + protected void renderLabels(GuiGraphics stack, int mouseX, int mouseY) + { + stack.drawString(font, this.title.getString(), 63, 12, 0xFFFFFF); + + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + renderEnergy(stack, mouseX, mouseY, x, y); + //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); + } + + private void renderEnergy(GuiGraphics stack, int mouseX, int mouseY, int x, int y) { + if(isMouseAbove(mouseX, mouseY, x, y, 188, 69, 7, 72)){ + stack.renderTooltip(font, EIA.getTooltips(), Optional.empty(), mouseX-x, mouseY-y); + } + } + + private void renderUncraftingProgress(GuiGraphics stack) + { + if(menu.isCrafting()) + { + stack.blit(TEXTURE, leftPos+42, topPos+45, 1, 168, menu.getScaledProgress(),6); + } + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float delta) + { + renderBackground(stack); + super.render(stack, mouseX, mouseY, delta); + renderTooltip(stack, mouseX, mouseY); + } + + private boolean isMouseAbove(int mouseX, int mouseY, int x, int y, int offsetX, int offsetY, int width, int height) + { + return MouseHelpers.isMouseOver(mouseX, mouseY, x+offsetX, y+offsetY, width, height); + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/scrubber/MagicalScrubberMenu.java b/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberMenu.java similarity index 94% rename from src/main/java/dev/zontreck/thresholds/implementation/scrubber/MagicalScrubberMenu.java rename to src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberMenu.java index e95f75d..2a0c9f9 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/scrubber/MagicalScrubberMenu.java +++ b/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberMenu.java @@ -1,150 +1,150 @@ -package dev.zontreck.thresholds.implementation.scrubber; - -import dev.zontreck.thresholds.blocks.ModBlocks; -import dev.zontreck.thresholds.blocks.entity.MagicalScrubberBlockEntity; -import dev.zontreck.thresholds.implementation.inits.ModMenuTypes; -import net.minecraft.core.Direction; -import net.minecraft.network.FriendlyByteBuf; -import net.minecraft.world.entity.player.Inventory; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.inventory.*; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraftforge.common.capabilities.ForgeCapabilities; -import net.minecraftforge.items.SlotItemHandler; - -public class MagicalScrubberMenu extends AbstractContainerMenu -{ - public final MagicalScrubberBlockEntity entity; - private final Level level; - private final ContainerData data; - - public MagicalScrubberMenu(int id, Inventory inv, FriendlyByteBuf buf) - { - this(id, inv, inv.player.level().getBlockEntity(buf.readBlockPos()), new SimpleContainerData(1)); - } - - public MagicalScrubberMenu(int id, Inventory inv, BlockEntity entity, ContainerData data){ - super(ModMenuTypes.MAGIC_SCRUBBER.get(), id); - - checkContainerSize(inv, 1); - this.entity = (MagicalScrubberBlockEntity)entity; - this.data=data; - this.level = inv.player.level(); - - addPlayerInventory(inv); - addPlayerHotbar(inv); - - this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.UP).ifPresent(handler->{ - addSlot(new SlotItemHandler(handler, 0, 16, 41)); - }); - this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.DOWN).ifPresent(handler->{ - addSlot(new SlotItemHandler(handler, 0, 177, 41)); - }); - - addDataSlots(data); - - } - - public boolean isCrafting() - { - return data.get(0) > 0; - } - - public int getScaledProgress() - { - if(!isCrafting())return 0; - int progress = this.data.get(0); - int max = MagicalScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS; - - int progressArrow = 125; - - - if(progress != 0 && max != 0) - { - int percent = progress * progressArrow / max; - return percent; - } - - return 0; - } - - // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons - // must assign a slot number to each of the slots used by the GUI. - // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. - // Each time we add a Slot to the container, it automatically increases the slotIndex, which means - // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) - // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) - // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) - private static final int HOTBAR_SLOT_COUNT = 9; - private static final int PLAYER_INVENTORY_ROW_COUNT = 3; - private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; - private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; - private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; - private static final int VANILLA_FIRST_SLOT_INDEX = 0; - private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; - - // THIS YOU HAVE TO DEFINE! - private static final int TE_INVENTORY_SLOT_COUNT = 2; // must be the number of slots you have! - - @Override - public ItemStack quickMoveStack(Player playerIn, int index) { - Slot sourceSlot = slots.get(index); - if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM - ItemStack sourceStack = sourceSlot.getItem(); - ItemStack copyOfSourceStack = sourceStack.copy(); - - // Check if the slot clicked is one of the vanilla container slots - if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { - // This is a vanilla container slot so merge the stack into the tile inventory - if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX - + TE_INVENTORY_SLOT_COUNT, false)) { - return ItemStack.EMPTY; // EMPTY_ITEM - } - } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { - // This is a TE slot so merge the stack into the players inventory - if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { - return ItemStack.EMPTY; - } - } else { - System.out.println("Invalid slotIndex:" + index); - return ItemStack.EMPTY; - } - // If stack size == 0 (the entire stack was moved) set slot contents to null - if (sourceStack.getCount() == 0) { - sourceSlot.set(ItemStack.EMPTY); - } else { - sourceSlot.setChanged(); - } - sourceSlot.onTake(playerIn, sourceStack); - return copyOfSourceStack; - } - - - @Override - public boolean stillValid(Player player) { - return stillValid(ContainerLevelAccess.create(level, entity.getBlockPos()), player, ModBlocks.MAGICAL_SCRUBBER.get()); - } - - private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 69; - private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; - private static final int PLAYER_HOTBAR_FIRST_SLOT = 125; - - private void addPlayerInventory(Inventory inv) - { - for (int i = 0; i < 3; i++) { - for (int j = 0; j < 9; j++) { - this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); - } - } - } - - private void addPlayerHotbar(Inventory inv) - { - for (int index = 0; index < 9; index++) { - this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); - } - } - -} +package dev.zontreck.otemod.implementation.scrubber; + +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.MagicalScrubberBlockEntity; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import net.minecraft.core.Direction; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.*; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.items.SlotItemHandler; + +public class MagicalScrubberMenu extends AbstractContainerMenu +{ + public final MagicalScrubberBlockEntity entity; + private final Level level; + private final ContainerData data; + + public MagicalScrubberMenu(int id, Inventory inv, FriendlyByteBuf buf) + { + this(id, inv, inv.player.level().getBlockEntity(buf.readBlockPos()), new SimpleContainerData(1)); + } + + public MagicalScrubberMenu(int id, Inventory inv, BlockEntity entity, ContainerData data){ + super(ModMenuTypes.MAGIC_SCRUBBER.get(), id); + + checkContainerSize(inv, 1); + this.entity = (MagicalScrubberBlockEntity)entity; + this.data=data; + this.level = inv.player.level(); + + addPlayerInventory(inv); + addPlayerHotbar(inv); + + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.UP).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 16, 41)); + }); + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.DOWN).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 177, 41)); + }); + + addDataSlots(data); + + } + + public boolean isCrafting() + { + return data.get(0) > 0; + } + + public int getScaledProgress() + { + if(!isCrafting())return 0; + int progress = this.data.get(0); + int max = MagicalScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS; + + int progressArrow = 125; + + + if(progress != 0 && max != 0) + { + int percent = progress * progressArrow / max; + return percent; + } + + return 0; + } + + // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons + // must assign a slot number to each of the slots used by the GUI. + // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. + // Each time we add a Slot to the container, it automatically increases the slotIndex, which means + // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) + // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) + // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) + private static final int HOTBAR_SLOT_COUNT = 9; + private static final int PLAYER_INVENTORY_ROW_COUNT = 3; + private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; + private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; + private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; + private static final int VANILLA_FIRST_SLOT_INDEX = 0; + private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; + + // THIS YOU HAVE TO DEFINE! + private static final int TE_INVENTORY_SLOT_COUNT = 2; // must be the number of slots you have! + + @Override + public ItemStack quickMoveStack(Player playerIn, int index) { + Slot sourceSlot = slots.get(index); + if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM + ItemStack sourceStack = sourceSlot.getItem(); + ItemStack copyOfSourceStack = sourceStack.copy(); + + // Check if the slot clicked is one of the vanilla container slots + if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { + // This is a vanilla container slot so merge the stack into the tile inventory + if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX + + TE_INVENTORY_SLOT_COUNT, false)) { + return ItemStack.EMPTY; // EMPTY_ITEM + } + } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { + // This is a TE slot so merge the stack into the players inventory + if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { + return ItemStack.EMPTY; + } + } else { + System.out.println("Invalid slotIndex:" + index); + return ItemStack.EMPTY; + } + // If stack size == 0 (the entire stack was moved) set slot contents to null + if (sourceStack.getCount() == 0) { + sourceSlot.set(ItemStack.EMPTY); + } else { + sourceSlot.setChanged(); + } + sourceSlot.onTake(playerIn, sourceStack); + return copyOfSourceStack; + } + + + @Override + public boolean stillValid(Player player) { + return stillValid(ContainerLevelAccess.create(level, entity.getBlockPos()), player, ModBlocks.MAGICAL_SCRUBBER.get()); + } + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 69; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 125; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/scrubber/MagicalScrubberScreen.java b/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberScreen.java similarity index 87% rename from src/main/java/dev/zontreck/thresholds/implementation/scrubber/MagicalScrubberScreen.java rename to src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberScreen.java index 5eba87a..76b662a 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/scrubber/MagicalScrubberScreen.java +++ b/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberScreen.java @@ -1,99 +1,100 @@ -package dev.zontreck.thresholds.implementation.scrubber; - -import java.util.Optional; - -import com.mojang.blaze3d.systems.RenderSystem; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.MouseHelpers; -import dev.zontreck.thresholds.implementation.energy.screenrenderer.EnergyInfoArea; -import net.minecraft.client.gui.GuiGraphics; -import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; -import net.minecraft.client.renderer.GameRenderer; -import net.minecraft.network.chat.Component; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.entity.player.Inventory; - -public class MagicalScrubberScreen extends AbstractContainerScreen -{ - - private static final ResourceLocation TEXTURE = new ResourceLocation(ThresholdsMod.MOD_ID, "textures/gui/item_scrubber_gui.png"); - - private EnergyInfoArea EIA; - - - @Override - protected void init() - { - super.init(); - assignEnergyArea(); - } - - private void assignEnergyArea() { - int x = (width - imageWidth )/2; - int y = (height - imageHeight)/2; - - EIA = new EnergyInfoArea(x+188, y+69, menu.entity.getEnergyStorage(), 7, 72); - } - - - public MagicalScrubberScreen(MagicalScrubberMenu pMenu, Inventory pPlayerInventory, Component pTitle) { - super(pMenu, pPlayerInventory, pTitle); - this.topPos=0; - this.leftPos=0; - - this.imageWidth = 208; - this.imageHeight = 165; - } - - @Override - protected void renderBg(GuiGraphics poseStack, float partialTick, int mouseX, int mouseY) { - RenderSystem.setShader(GameRenderer::getPositionTexShader); - RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); - RenderSystem.setShaderTexture(0, TEXTURE); - - - poseStack.blit(TEXTURE, this.leftPos, this.topPos, 0, 0, imageWidth, imageHeight); - renderUncraftingProgress(poseStack); - EIA.draw(poseStack); - } - - - @Override - protected void renderLabels(GuiGraphics stack, int mouseX, int mouseY) - { - stack.drawString(font, title.getString(), 63, 12, 0xFFFFFF); - - int x = (width - imageWidth )/2; - int y = (height - imageHeight)/2; - renderEnergy(stack, mouseX, mouseY, x, y); - //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); - } - - private void renderEnergy(GuiGraphics stack, int mouseX, int mouseY, int x, int y) { - if(isMouseAbove(mouseX, mouseY, x, y, 188, 69, 7, 72)){ - stack.renderTooltip(font, EIA.getTooltips(), Optional.empty(), mouseX-x, mouseY-y); - } - } - - private void renderUncraftingProgress(GuiGraphics stack) - { - if(menu.isCrafting()) - { - stack.blit(TEXTURE, leftPos+42, topPos+45, 1, 168, menu.getScaledProgress(), 6); - } - } - - @Override - public void render(GuiGraphics stack, int mouseX, int mouseY, float delta) - { - renderBackground(stack); - super.render(stack, mouseX, mouseY, delta); - renderTooltip(stack, mouseX, mouseY); - } - - private boolean isMouseAbove(int mouseX, int mouseY, int x, int y, int offsetX, int offsetY, int width, int height) - { - return MouseHelpers.isMouseOver(mouseX, mouseY, x+offsetX, y+offsetY, width, height); - } -} +package dev.zontreck.otemod.implementation.scrubber; + +import java.util.Optional; + +import com.mojang.blaze3d.systems.RenderSystem; +import com.mojang.blaze3d.vertex.PoseStack; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.MouseHelpers; +import dev.zontreck.otemod.implementation.energy.screenrenderer.EnergyInfoArea; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.renderer.GameRenderer; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; + +public class MagicalScrubberScreen extends AbstractContainerScreen +{ + + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/item_scrubber_gui.png"); + + private EnergyInfoArea EIA; + + + @Override + protected void init() + { + super.init(); + assignEnergyArea(); + } + + private void assignEnergyArea() { + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + + EIA = new EnergyInfoArea(x+188, y+69, menu.entity.getEnergyStorage(), 7, 72); + } + + + public MagicalScrubberScreen(MagicalScrubberMenu pMenu, Inventory pPlayerInventory, Component pTitle) { + super(pMenu, pPlayerInventory, pTitle); + this.topPos=0; + this.leftPos=0; + + this.imageWidth = 208; + this.imageHeight = 165; + } + + @Override + protected void renderBg(GuiGraphics poseStack, float partialTick, int mouseX, int mouseY) { + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); + RenderSystem.setShaderTexture(0, TEXTURE); + + + poseStack.blit(TEXTURE, this.leftPos, this.topPos, 0, 0, imageWidth, imageHeight); + renderUncraftingProgress(poseStack); + EIA.draw(poseStack); + } + + + @Override + protected void renderLabels(GuiGraphics stack, int mouseX, int mouseY) + { + stack.drawString(font, title.getString(), 63, 12, 0xFFFFFF); + + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + renderEnergy(stack, mouseX, mouseY, x, y); + //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); + } + + private void renderEnergy(GuiGraphics stack, int mouseX, int mouseY, int x, int y) { + if(isMouseAbove(mouseX, mouseY, x, y, 188, 69, 7, 72)){ + stack.renderTooltip(font, EIA.getTooltips(), Optional.empty(), mouseX-x, mouseY-y); + } + } + + private void renderUncraftingProgress(GuiGraphics stack) + { + if(menu.isCrafting()) + { + stack.blit(TEXTURE, leftPos+42, topPos+45, 1, 168, menu.getScaledProgress(), 6); + } + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float delta) + { + renderBackground(stack); + super.render(stack, mouseX, mouseY, delta); + renderTooltip(stack, mouseX, mouseY); + } + + private boolean isMouseAbove(int mouseX, int mouseY, int x, int y, int offsetX, int offsetY, int width, int height) + { + return MouseHelpers.isMouseOver(mouseX, mouseY, x+offsetX, y+offsetY, width, height); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/NoMoreVaultException.java b/src/main/java/dev/zontreck/otemod/implementation/vault/NoMoreVaultException.java similarity index 83% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/NoMoreVaultException.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/NoMoreVaultException.java index dbd2ed2..dd9139f 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/NoMoreVaultException.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/NoMoreVaultException.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.implementation.vault; +package dev.zontreck.otemod.implementation.vault; /** * You cannot create or open the vault due to server settings diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/Starter.java b/src/main/java/dev/zontreck/otemod/implementation/vault/Starter.java similarity index 95% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/Starter.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/Starter.java index 07acf8b..1118b10 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/Starter.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/Starter.java @@ -1,5 +1,6 @@ -package dev.zontreck.thresholds.implementation.vault; +package dev.zontreck.otemod.implementation.vault; +import dev.zontreck.libzontreck.profiles.Profile; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.LongTag; import net.minecraft.nbt.NbtIo; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/StarterContainer.java b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterContainer.java similarity index 92% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/StarterContainer.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/StarterContainer.java index 69b0668..244ac56 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/StarterContainer.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterContainer.java @@ -1,9 +1,13 @@ -package dev.zontreck.thresholds.implementation.vault; +package dev.zontreck.otemod.implementation.vault; import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.profiles.Profile; import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.implementation.StarterKitDoesNotExistException; +import dev.zontreck.otemod.implementation.events.VaultModifiedEvent; import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/StarterMenu.java b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterMenu.java similarity index 98% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/StarterMenu.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/StarterMenu.java index 4338bd8..b08c59b 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/StarterMenu.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterMenu.java @@ -1,6 +1,6 @@ -package dev.zontreck.thresholds.implementation.vault; +package dev.zontreck.otemod.implementation.vault; -import dev.zontreck.thresholds.implementation.inits.ModMenuTypes; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; import net.minecraft.core.BlockPos; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.world.entity.player.Inventory; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/StarterProvider.java b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterProvider.java similarity index 86% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/StarterProvider.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/StarterProvider.java index 4fb7b65..6591f9e 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/StarterProvider.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterProvider.java @@ -1,11 +1,14 @@ -package dev.zontreck.thresholds.implementation.vault; +package dev.zontreck.otemod.implementation.vault; -import dev.zontreck.thresholds.database.OTEDatastore; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.database.OTEDatastore; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; +import java.util.List; public class StarterProvider extends OTEDatastore { diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/StarterScreen.java b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterScreen.java similarity index 83% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/StarterScreen.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/StarterScreen.java index 7832e34..d8b8294 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/StarterScreen.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterScreen.java @@ -1,8 +1,12 @@ -package dev.zontreck.thresholds.implementation.vault; +package dev.zontreck.otemod.implementation.vault; import com.mojang.blaze3d.systems.RenderSystem; -import dev.zontreck.thresholds.ThresholdsMod; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.OpenStarterVaultC2SPacket; +import dev.zontreck.otemod.networking.packets.OpenVaultC2SPacket; import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.components.Button; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.renderer.GameRenderer; import net.minecraft.network.chat.Component; @@ -19,7 +23,7 @@ public class StarterScreen extends AbstractContainerScreen public final Player thePlayer; public final StarterMenu THE_CONTAINER; - private static final ResourceLocation TEXTURE = new ResourceLocation(ThresholdsMod.MOD_ID, "textures/gui/vault.png"); + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/vault.png"); public StarterScreen(StarterMenu container, Inventory playerInv, Component comp){ super(container, playerInv, comp); diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/Vault.java b/src/main/java/dev/zontreck/otemod/implementation/vault/Vault.java similarity index 96% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/Vault.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/Vault.java index f058f50..9afa134 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/Vault.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/Vault.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.implementation.vault; +package dev.zontreck.otemod.implementation.vault; import dev.zontreck.libzontreck.profiles.Profile; import net.minecraft.nbt.CompoundTag; diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/VaultContainer.java b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultContainer.java similarity index 91% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/VaultContainer.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/VaultContainer.java index a493109..f37cd61 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/VaultContainer.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultContainer.java @@ -1,116 +1,116 @@ -package dev.zontreck.thresholds.implementation.vault; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.events.VaultModifiedEvent; -import dev.zontreck.thresholds.implementation.vault.VaultProvider.VaultAccessStrategy; -import net.minecraft.core.BlockPos; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.Component; -import net.minecraft.server.MinecraftServer; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.inventory.MenuConstructor; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.Items; -import net.minecraftforge.items.ItemStackHandler; - -import java.util.HashMap; -import java.util.Map; -import java.util.UUID; - -public class VaultContainer -{ - public static Map VAULT_REGISTRY = new HashMap<>(); - public VaultMenu theContainer; - public ItemStackHandler myInventory; - public ItemStackHandler startingInventory; - public MenuConstructor serverMenu; - public UUID owner; - private MinecraftServer server; - public final int VAULT_NUMBER; - public final UUID VaultID; - public Vault main_accessor; - private boolean invalid; - public VaultContainer(ServerPlayer player, int vaultNum) throws NoMoreVaultException { - myInventory = new ItemStackHandler(54); // Vaults have a fixed size at the same as a double chest - startingInventory = new ItemStackHandler(64); - theContainer = new VaultMenu(player.containerCounter+1, player.getInventory(), myInventory, BlockPos.ZERO, player, vaultNum); - VaultID = theContainer.VaultMenuID; - owner = player.getUUID(); - server=player.server; - serverMenu = theContainer.getServerMenu(myInventory, vaultNum); - VAULT_NUMBER=vaultNum; - if(VAULT_NUMBER == -1)return; // Trash ID - - // Check database for vault - VaultAccessStrategy strategy; - try { - strategy = VaultProvider.check(Profile.get_profile_of(player.getStringUUID()), vaultNum); - if(strategy == VaultAccessStrategy.CREATE || strategy == VaultAccessStrategy.OPEN) - { - Vault accessor = VaultProvider.get(Profile.get_profile_of(player.getStringUUID()), vaultNum); - if(accessor.isNew) - { - main_accessor=accessor; - return; - }else { - myInventory.deserializeNBT(accessor.getContents()); - startingInventory.deserializeNBT(accessor.getContents()); - } - main_accessor=accessor; - }else { - // DENY - throw new NoMoreVaultException("No more vaults can be created", vaultNum); - } - } catch (UserProfileNotYetExistsException e) { - throw new NoMoreVaultException("User profile not exists. No vault can be opened or created", -9999); - } - - // Container is now ready to be sent to the client! - } - - public void commit() - { - if(invalid)return; - if(VAULT_NUMBER == -1)return; // We have no need to save the trash - boolean isEmpty=true; - CompoundTag saved = myInventory.serializeNBT(); - ChatHelpers.broadcastToAbove(owner, Component.literal(ChatColor.BOLD+ChatColor.DARK_GREEN+"Saving the vault's contents..."), server); - - Profile profile=null; - try { - profile = Profile.get_profile_of(owner.toString()); - } catch (UserProfileNotYetExistsException e) { - e.printStackTrace(); - return; - } - - for(int i = 0;i VAULT_REGISTRY = new HashMap<>(); + public VaultMenu theContainer; + public ItemStackHandler myInventory; + public ItemStackHandler startingInventory; + public MenuConstructor serverMenu; + public UUID owner; + private MinecraftServer server; + public final int VAULT_NUMBER; + public final UUID VaultID; + public Vault main_accessor; + private boolean invalid; + public VaultContainer(ServerPlayer player, int vaultNum) throws NoMoreVaultException { + myInventory = new ItemStackHandler(54); // Vaults have a fixed size at the same as a double chest + startingInventory = new ItemStackHandler(64); + theContainer = new VaultMenu(player.containerCounter+1, player.getInventory(), myInventory, BlockPos.ZERO, player, vaultNum); + VaultID = theContainer.VaultMenuID; + owner = player.getUUID(); + server=player.server; + serverMenu = theContainer.getServerMenu(myInventory, vaultNum); + VAULT_NUMBER=vaultNum; + if(VAULT_NUMBER == -1)return; // Trash ID + + // Check database for vault + VaultAccessStrategy strategy; + try { + strategy = VaultProvider.check(Profile.get_profile_of(player.getStringUUID()), vaultNum); + if(strategy == VaultAccessStrategy.CREATE || strategy == VaultAccessStrategy.OPEN) + { + Vault accessor = VaultProvider.get(Profile.get_profile_of(player.getStringUUID()), vaultNum); + if(accessor.isNew) + { + main_accessor=accessor; + return; + }else { + myInventory.deserializeNBT(accessor.getContents()); + startingInventory.deserializeNBT(accessor.getContents()); + } + main_accessor=accessor; + }else { + // DENY + throw new NoMoreVaultException("No more vaults can be created", vaultNum); + } + } catch (UserProfileNotYetExistsException e) { + throw new NoMoreVaultException("User profile not exists. No vault can be opened or created", -9999); + } + + // Container is now ready to be sent to the client! + } + + public void commit() + { + if(invalid)return; + if(VAULT_NUMBER == -1)return; // We have no need to save the trash + boolean isEmpty=true; + CompoundTag saved = myInventory.serializeNBT(); + ChatHelpers.broadcastToAbove(owner, Component.literal(ChatColor.BOLD+ChatColor.DARK_GREEN+"Saving the vault's contents..."), server); + + Profile profile=null; + try { + profile = Profile.get_profile_of(owner.toString()); + } catch (UserProfileNotYetExistsException e) { + e.printStackTrace(); + return; + } + + for(int i = 0;i new VaultMenu(id, player, inventory, BlockPos.ZERO, player.player, vaultNum); - } - - - public void doCommitAction() - { - - // Locate the Vault in the Vault Registry and commit changes. - // Search for myself! - for(Map.Entry e : VaultContainer.VAULT_REGISTRY.entrySet()) - { - if(e.getValue().VaultID.equals(VaultMenuID)) - { - e.getValue().commit(); - } - } - } - - - private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 156; - private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; - private static final int PLAYER_HOTBAR_FIRST_SLOT = 212; - - private void addPlayerInventory(Inventory inv) - { - for (int i = 0; i < 3; i++) { - for (int j = 0; j < 9; j++) { - this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); - } - } - } - - private void addPlayerHotbar(Inventory inv) - { - for (int index = 0; index < 9; index++) { - this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); - } - } - -} +package dev.zontreck.otemod.implementation.vault; + +import java.util.Map; +import java.util.UUID; + +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import net.minecraft.core.BlockPos; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.ClickType; +import net.minecraft.world.inventory.MenuConstructor; +import net.minecraft.world.inventory.Slot; +import net.minecraft.world.item.ItemStack; +import net.minecraftforge.items.IItemHandler; +import net.minecraftforge.items.ItemStackHandler; +import net.minecraftforge.items.SlotItemHandler; + +public class VaultMenu extends AbstractContainerMenu +{ + //private final ContainerLevelAccess containerAccess; + public final UUID VaultMenuID; + public final Player thePlayer; + public final int VAULT_NUMBER; + + public VaultMenu (int id, Inventory player, FriendlyByteBuf buf) + { + this(id, player, new ItemStackHandler(54), player.player.getOnPos(), player.player, 0); + } + + public VaultMenu (int id, Inventory player, IItemHandler slots, BlockPos pos, Player play, int vaultNum) + { + super(ModMenuTypes.VAULT.get(), id); + thePlayer=play; + VaultMenuID=UUID.randomUUID(); + VAULT_NUMBER=vaultNum; + //this.containerAccess = ContainerLevelAccess.create(player.player.level, pos); + + final int slotSize = 18; + final int startX = 24; + final int inventoryY = 38; + + addPlayerInventory(player); + addPlayerHotbar(player); + + + for (int row = 0; row < 6; row++) + { + for (int column = 0; column < 9; column++) + { + addSlot(new SlotItemHandler(slots, row*9 + column, startX+column * slotSize , inventoryY + row * slotSize)); + } + } + } + + // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons + // must assign a slot number to each of the slots used by the GUI. + // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. + // Each time we add a Slot to the container, it automatically increases the slotIndex, which means + // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) + // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) + // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) + private static final int HOTBAR_SLOT_COUNT = 9; + private static final int PLAYER_INVENTORY_ROW_COUNT = 3; + private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; + private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; + private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; + private static final int VANILLA_FIRST_SLOT_INDEX = 0; + private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; + + // THIS YOU HAVE TO DEFINE! + private static final int TE_INVENTORY_SLOT_COUNT = 54; // must be the number of slots you have! + + @Override + public ItemStack quickMoveStack(Player playerIn, int index) { + Slot sourceSlot = slots.get(index); + if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM + ItemStack sourceStack = sourceSlot.getItem(); + ItemStack copyOfSourceStack = sourceStack.copy(); + + // Check if the slot clicked is one of the vanilla container slots + if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { + // This is a vanilla container slot so merge the stack into the tile inventory + if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX + + TE_INVENTORY_SLOT_COUNT, false)) { + return ItemStack.EMPTY; // EMPTY_ITEM + } + } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { + // This is a TE slot so merge the stack into the players inventory + if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { + return ItemStack.EMPTY; + } + } else { + System.out.println("Invalid slotIndex:" + index); + return ItemStack.EMPTY; + } + // If stack size == 0 (the entire stack was moved) set slot contents to null + if (sourceStack.getCount() == 0) { + sourceSlot.set(ItemStack.EMPTY); + } else { + sourceSlot.setChanged(); + } + sourceSlot.onTake(playerIn, sourceStack); + return copyOfSourceStack; + } + + @Override + public boolean stillValid(Player p_38874_) { + return true; // We have no block + } + + public static MenuConstructor getServerMenu (ItemStackHandler inventory, int vaultNum){ + return (id, player, play) -> new VaultMenu(id, player, inventory, BlockPos.ZERO, player.player, vaultNum); + } + + + public void doCommitAction() + { + + // Locate the Vault in the Vault Registry and commit changes. + // Search for myself! + for(Map.Entry e : VaultContainer.VAULT_REGISTRY.entrySet()) + { + if(e.getValue().VaultID.equals(VaultMenuID)) + { + e.getValue().commit(); + } + } + } + + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 156; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 212; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/VaultProvider.java b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultProvider.java similarity index 89% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/VaultProvider.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/VaultProvider.java index afa28c4..f91128d 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/VaultProvider.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultProvider.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.implementation.vault; +package dev.zontreck.otemod.implementation.vault; import java.io.File; import java.io.IOException; @@ -7,8 +7,8 @@ import java.nio.file.Path; import java.util.List; import dev.zontreck.libzontreck.profiles.Profile; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import dev.zontreck.thresholds.database.OTEDatastore; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.database.OTEDatastore; public class VaultProvider extends OTEDatastore { @@ -67,12 +67,12 @@ public class VaultProvider extends OTEDatastore public static boolean isAtMaxVaults(Profile prof, int consumed) { - if(ThresholdsServerConfig.MAX_VAULTS.get()==0){ + if(OTEServerConfig.MAX_VAULTS.get()==0){ if(consumed < prof.available_vaults){ return false; }else return true; } - if(prof.available_vaults >= ThresholdsServerConfig.MAX_VAULTS.get()) + if(prof.available_vaults >= OTEServerConfig.MAX_VAULTS.get()) { if(consumed -{ - // 176x224 - public final UUID VaultMenuID; - public final Player thePlayer; - public final VaultMenu THE_CONTAINER; - - private static final ResourceLocation TEXTURE = new ResourceLocation(ThresholdsMod.MOD_ID, "textures/gui/vault.png"); - - public VaultScreen(VaultMenu container, Inventory playerInv, Component comp){ - super(container, playerInv, comp); - thePlayer=playerInv.player; - - this.VaultMenuID = container.VaultMenuID; - this.leftPos = 0; - this.topPos = 0; - this.THE_CONTAINER=container; - - this.imageWidth = 207; - this.imageHeight = 238; - } - - @Override - public void render(GuiGraphics stack, int mouseX, int mouseY, float partialTicks) - { - this.renderBackground(stack); - super.render(stack, mouseX, mouseY, partialTicks); - this.renderTooltip(stack, mouseX, mouseY); - - } - - @Override - protected void init() - { - super.init(); - this.inventoryLabelY = 12; - this.inventoryLabelX = 63; - - - // This is where custom controls would be added! - - this.addWidget(Button.builder(Component.literal(""), (BTN)->{ - thePlayer.closeContainer(); - ModMessages.sendToServer(new OpenVaultC2SPacket(0, true, -1)); - }).size(16,16).pos(this.leftPos+7, this.topPos+86).build()); - - - this.addWidget(Button.builder(Component.literal(""), (BTN)->{ - thePlayer.closeContainer(); - ModMessages.sendToServer(new OpenVaultC2SPacket(0, true, 1)); - }).size(16,16).pos(this.leftPos+187, this.topPos+84).build()); - - } - - - @Override - protected void renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) - { - renderBackground(pGuiGraphics); - RenderSystem.setShader(GameRenderer::getPositionTexShader); - RenderSystem.setShaderColor (1.0f, 1.0f, 1.0f, 1.0f); - RenderSystem.setShaderTexture(0, TEXTURE); - - pGuiGraphics.blit(TEXTURE, this.leftPos, this.topPos, 0, 0, this.imageWidth, this.imageHeight); - } -} +package dev.zontreck.otemod.implementation.vault; + +import java.util.UUID; + +import com.mojang.blaze3d.systems.RenderSystem; +import com.mojang.blaze3d.vertex.PoseStack; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.commands.vaults.VaultCommand; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.OpenVaultC2SPacket; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.components.Button; +import net.minecraft.client.gui.components.Button.OnPress; +import net.minecraft.client.gui.font.TextFieldHelper; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.renderer.GameRenderer; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraftforge.common.MinecraftForge; +import net.minecraftforge.network.NetworkHooks; + +public class VaultScreen extends AbstractContainerScreen +{ + // 176x224 + public final UUID VaultMenuID; + public final Player thePlayer; + public final VaultMenu THE_CONTAINER; + + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/vault.png"); + + public VaultScreen(VaultMenu container, Inventory playerInv, Component comp){ + super(container, playerInv, comp); + thePlayer=playerInv.player; + + this.VaultMenuID = container.VaultMenuID; + this.leftPos = 0; + this.topPos = 0; + this.THE_CONTAINER=container; + + this.imageWidth = 207; + this.imageHeight = 238; + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float partialTicks) + { + this.renderBackground(stack); + super.render(stack, mouseX, mouseY, partialTicks); + this.renderTooltip(stack, mouseX, mouseY); + + } + + @Override + protected void init() + { + super.init(); + this.inventoryLabelY = 12; + this.inventoryLabelX = 63; + + + // This is where custom controls would be added! + + this.addWidget(Button.builder(Component.literal(""), (BTN)->{ + thePlayer.closeContainer(); + ModMessages.sendToServer(new OpenVaultC2SPacket(0, true, -1)); + }).size(16,16).pos(this.leftPos+7, this.topPos+86).build()); + + + this.addWidget(Button.builder(Component.literal(""), (BTN)->{ + thePlayer.closeContainer(); + ModMessages.sendToServer(new OpenVaultC2SPacket(0, true, 1)); + }).size(16,16).pos(this.leftPos+187, this.topPos+84).build()); + + } + + + @Override + protected void renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) + { + renderBackground(pGuiGraphics); + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor (1.0f, 1.0f, 1.0f, 1.0f); + RenderSystem.setShaderTexture(0, TEXTURE); + + pGuiGraphics.blit(TEXTURE, this.leftPos, this.topPos, 0, 0, this.imageWidth, this.imageHeight); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/vault/VaultWatcher.java b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultWatcher.java similarity index 85% rename from src/main/java/dev/zontreck/thresholds/implementation/vault/VaultWatcher.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/VaultWatcher.java index 7ea73e2..888ffcc 100644 --- a/src/main/java/dev/zontreck/thresholds/implementation/vault/VaultWatcher.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultWatcher.java @@ -1,44 +1,45 @@ -package dev.zontreck.thresholds.implementation.vault; - -import java.util.Map; -import java.util.UUID; - -import dev.zontreck.thresholds.ThresholdsMod; -import net.minecraftforge.event.entity.player.PlayerContainerEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; -import net.minecraftforge.fml.common.Mod; -import net.minecraftforge.fml.common.Mod.EventBusSubscriber; - -@EventBusSubscriber(modid= ThresholdsMod.MOD_ID,bus=Mod.EventBusSubscriber.Bus.FORGE) -public class VaultWatcher { - - @SubscribeEvent - public void onClosedContainer(PlayerContainerEvent.Close ev) - { - if(ev.getEntity().level().isClientSide)return; - //OTEMod.LOGGER.info("Player closed a container"); - // Player closed the container - // Check if it is a vault Container - if(ev.getContainer() instanceof VaultMenu) - { - // During testing the instance of VaultMenu we get passed back through this method gets a regenerated Vault ID, so our only option is to iterate here and commit a vault based on owner ID - for(Map.Entry entry : VaultContainer.VAULT_REGISTRY.entrySet()){ - if(entry.getKey() == ev.getEntity().getUUID()) - { - entry.getValue().commit(); - entry.getValue().invalidate(); - } - } - } else if(ev.getContainer() instanceof StarterMenu) - { - for(Map.Entry entry : StarterContainer.VAULT_REGISTRY.entrySet()) - { - if(entry.getKey() == ev.getEntity().getUUID()) - { - entry.getValue().commit(); - entry.getValue().invalidate(); - } - } - } - } -} +package dev.zontreck.otemod.implementation.vault; + +import java.util.Map; +import java.util.UUID; + +import dev.zontreck.otemod.OTEMod; +import net.minecraftforge.client.event.ContainerScreenEvent; +import net.minecraftforge.event.entity.player.PlayerContainerEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber; + +@EventBusSubscriber(modid=OTEMod.MOD_ID,bus=Mod.EventBusSubscriber.Bus.FORGE) +public class VaultWatcher { + + @SubscribeEvent + public void onClosedContainer(PlayerContainerEvent.Close ev) + { + if(ev.getEntity().level().isClientSide)return; + //OTEMod.LOGGER.info("Player closed a container"); + // Player closed the container + // Check if it is a vault Container + if(ev.getContainer() instanceof VaultMenu) + { + // During testing the instance of VaultMenu we get passed back through this method gets a regenerated Vault ID, so our only option is to iterate here and commit a vault based on owner ID + for(Map.Entry entry : VaultContainer.VAULT_REGISTRY.entrySet()){ + if(entry.getKey() == ev.getEntity().getUUID()) + { + entry.getValue().commit(); + entry.getValue().invalidate(); + } + } + } else if(ev.getContainer() instanceof StarterMenu) + { + for(Map.Entry entry : StarterContainer.VAULT_REGISTRY.entrySet()) + { + if(entry.getKey() == ev.getEntity().getUUID()) + { + entry.getValue().commit(); + entry.getValue().invalidate(); + } + } + } + } +} diff --git a/src/main/java/dev/zontreck/thresholds/integrations/KeyBindings.java b/src/main/java/dev/zontreck/otemod/integrations/KeyBindings.java similarity index 84% rename from src/main/java/dev/zontreck/thresholds/integrations/KeyBindings.java rename to src/main/java/dev/zontreck/otemod/integrations/KeyBindings.java index f644a3d..e31cc47 100644 --- a/src/main/java/dev/zontreck/thresholds/integrations/KeyBindings.java +++ b/src/main/java/dev/zontreck/otemod/integrations/KeyBindings.java @@ -1,28 +1,30 @@ -package dev.zontreck.thresholds.integrations; - -import com.mojang.blaze3d.platform.InputConstants; - -import net.minecraft.client.KeyMapping; -import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.event.RegisterKeyMappingsEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; - -@OnlyIn(Dist.CLIENT) -public class KeyBindings { - public static final String KEY_CATEGORY_OTEMOD = "key.category.otemod"; - public static final String KEY_OPEN_VAULT = "key.otemod.open_vault"; - - public static final KeyMapping OPEN_VAULT = createKeyMapping(KEY_OPEN_VAULT, InputConstants.KEY_V, KEY_CATEGORY_OTEMOD); - - private static KeyMapping createKeyMapping(String name, int keycode, String category){ - final KeyMapping key = new KeyMapping(name, keycode, category); - return key; - } - - @SubscribeEvent - public static void registerKeyMappings(RegisterKeyMappingsEvent event) - { - event.register(OPEN_VAULT); - } -} +package dev.zontreck.otemod.integrations; + +import com.mojang.blaze3d.platform.InputConstants; + +import net.minecraft.client.KeyMapping; +import net.minecraft.client.multiplayer.ClientRegistryLayer; +import net.minecraft.core.registries.Registries; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.event.RegisterKeyMappingsEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; + +@OnlyIn(Dist.CLIENT) +public class KeyBindings { + public static final String KEY_CATEGORY_OTEMOD = "key.category.otemod"; + public static final String KEY_OPEN_VAULT = "key.otemod.open_vault"; + + public static final KeyMapping OPEN_VAULT = createKeyMapping(KEY_OPEN_VAULT, InputConstants.KEY_V, KEY_CATEGORY_OTEMOD); + + private static KeyMapping createKeyMapping(String name, int keycode, String category){ + final KeyMapping key = new KeyMapping(name, keycode, category); + return key; + } + + @SubscribeEvent + public static void registerKeyMappings(RegisterKeyMappingsEvent event) + { + event.register(OPEN_VAULT); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/integrations/LuckPermsHelper.java b/src/main/java/dev/zontreck/otemod/integrations/LuckPermsHelper.java similarity index 70% rename from src/main/java/dev/zontreck/thresholds/integrations/LuckPermsHelper.java rename to src/main/java/dev/zontreck/otemod/integrations/LuckPermsHelper.java index 2c9c562..976edd9 100644 --- a/src/main/java/dev/zontreck/thresholds/integrations/LuckPermsHelper.java +++ b/src/main/java/dev/zontreck/otemod/integrations/LuckPermsHelper.java @@ -1,37 +1,40 @@ -package dev.zontreck.thresholds.integrations; - -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.implementation.Messages; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.entity.player.Player; - -public class LuckPermsHelper { - /*public static LuckPerms getLuckPerms() - { - return LuckPermsProvider.get(); - } - - private static User getUserOf(Player p){ - return getLuckPerms().getPlayerAdapter(Player.class).getUser(p); - } - - private static boolean hasPermission(User u, String perm) - { - return u.getCachedData().getPermissionData().checkPermission(perm).asBoolean(); - }*/ - - public static boolean hasPermission(Player p, String perm) - { - //User u = getUserOf(p); - - return true; - } - - public static boolean hasGroupOrPerm(Player p, String group, String perm){ - return hasPermission(p, group) || hasPermission(p, perm); - } - - public static void sendNoPermissionsMessage(ServerPlayer play, String perm, String group) { - ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(Messages.THRESHOLDS_PREFIX +" !Dark_Red!You do not have permission to use that command. You need permission !Gold!"+perm+" !White! or !Gold!"+group), play.server); - } -} +package dev.zontreck.otemod.integrations; + +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.chat.ChatServerOverride; +import dev.zontreck.otemod.implementation.Messages; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; + +public class LuckPermsHelper { + /*public static LuckPerms getLuckPerms() + { + return LuckPermsProvider.get(); + } + + private static User getUserOf(Player p){ + return getLuckPerms().getPlayerAdapter(Player.class).getUser(p); + } + + private static boolean hasPermission(User u, String perm) + { + return u.getCachedData().getPermissionData().checkPermission(perm).asBoolean(); + }*/ + + public static boolean hasPermission(Player p, String perm) + { + //User u = getUserOf(p); + + return true; + } + + public static boolean hasGroupOrPerm(Player p, String group, String perm){ + return hasPermission(p, group) || hasPermission(p, perm); + } + + public static void sendNoPermissionsMessage(ServerPlayer play, String perm, String group) { + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(Messages.OTE_PREFIX+" !Dark_Red!You do not have permission to use that command. You need permission !Gold!"+perm+" !White! or !Gold!"+group), play.server); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/items/IhanCrystal.java b/src/main/java/dev/zontreck/otemod/items/IhanCrystal.java similarity index 78% rename from src/main/java/dev/zontreck/thresholds/items/IhanCrystal.java rename to src/main/java/dev/zontreck/otemod/items/IhanCrystal.java index 17bcb66..2f966ac 100644 --- a/src/main/java/dev/zontreck/thresholds/items/IhanCrystal.java +++ b/src/main/java/dev/zontreck/otemod/items/IhanCrystal.java @@ -1,11 +1,11 @@ -package dev.zontreck.thresholds.items; - -import net.minecraft.world.item.Item; - -public class IhanCrystal extends Item{ - - public IhanCrystal(Properties p_41383_) { - super(p_41383_); - } - -} +package dev.zontreck.otemod.items; + +import net.minecraft.world.item.Item; + +public class IhanCrystal extends Item{ + + public IhanCrystal(Properties p_41383_) { + super(p_41383_); + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/items/ModItems.java b/src/main/java/dev/zontreck/otemod/items/ModItems.java similarity index 93% rename from src/main/java/dev/zontreck/thresholds/items/ModItems.java rename to src/main/java/dev/zontreck/otemod/items/ModItems.java index c566a0d..a968fc5 100644 --- a/src/main/java/dev/zontreck/thresholds/items/ModItems.java +++ b/src/main/java/dev/zontreck/otemod/items/ModItems.java @@ -1,76 +1,79 @@ -package dev.zontreck.thresholds.items; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.implementation.CreativeModeTabs; -import net.minecraft.world.item.*; -import net.minecraftforge.eventbus.api.IEventBus; -import net.minecraftforge.registries.DeferredRegister; -import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.RegistryObject; - -public class ModItems { - public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, ThresholdsMod.MOD_ID); - - public static final RegistryObject ETERNIUM_FRAGMENT = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_fragment", () -> new Item(new Item.Properties()))); - - public static final RegistryObject IHAN_CRYSTAL = CreativeModeTabs.addToOTEModTab(ITEMS.register("ihan_crystal", () -> new Item(new Item.Properties()))); - - public static final RegistryObject AURORA_COMPOUND = CreativeModeTabs.addToOTEModTab(ITEMS.register("aurora_compound", () -> new Item(new Item.Properties()))); - - - public static final RegistryObject ETERNIUM_RAW_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_ore", () -> new Item(new Item.Properties()))); - - public static final RegistryObject ETERNIUM_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_ingot", ()-> new SimpleFoiledItem(new Item.Properties()))); - - - - public static final RegistryObject MELTED_ENDER_PEARL = CreativeModeTabs.addToOTEModTab(ITEMS.register("melted_ender_pearl", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject SINGULARITY = CreativeModeTabs.addToOTEModTab(ITEMS.register("singularity", () -> new UnstableSingularity(new Item.Properties().stacksTo(1)))); - - public static final RegistryObject COMPRESSED_OBSIDIAN_SHEET = CreativeModeTabs.addToOTEModTab(ITEMS.register("compressed_obsidian_sheet", ()->new Item(new Item.Properties()))); - - public static final RegistryObject LAYERED_COMPRESSED_OBSIDIAN_SHEET = CreativeModeTabs.addToOTEModTab(ITEMS.register("layered_compressed_obsidian_sheet", ()->new SimpleFoiledItem(new Item.Properties()))); - public static final RegistryObject ENCASED_SINGULARITY = CreativeModeTabs.addToOTEModTab(ITEMS.register("encased_singularity", ()->new SimpleFoiledItem(new Item.Properties()))); - - public static final RegistryObject ETERNIUM_ROD = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_rod", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject SCRUBBER_FRAME_PIECE = CreativeModeTabs.addToOTEModTab(ITEMS.register("scrubber_frame_piece", () -> new Item(new Item.Properties().stacksTo(64)))); - public static final RegistryObject SCRUBBER_FRAME = CreativeModeTabs.addToOTEModTab(ITEMS.register("scrubber_frame", () -> new Item(new Item.Properties().stacksTo(64)))); - - - public static final RegistryObject VAULTSTEEL_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_steel_ingot", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_BL = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_LC = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_BR = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_L = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_R = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_UR = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_UL = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_U = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - public static final RegistryObject VAULT_FRAG_C = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_center", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); - - - public static final RegistryObject VAULT = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault", () -> new VaultItem(new Item.Properties().stacksTo(64)))); - - public static final RegistryObject VAULT_RAW_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("raw_vault_steel_ore", () -> new Item(new Item.Properties().stacksTo(64)))); - - public static final RegistryObject POSS_BALL = CreativeModeTabs.addToOTEModTab(ITEMS.register("poss_ball", () -> new PossBallItem(new Item.Properties()))); - - public static final RegistryObject ILUSIUM_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_ore", () -> new Item(new Item.Properties().fireResistant()))); - public static final RegistryObject ILUSIUM_ROD = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_rod", () -> new Item(new Item.Properties().fireResistant()))); - - //public static final RegistryObject ILUSIUM_DUST = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_dust", () -> new Item(new Item.Properties().fireResistant()))); - - public static final RegistryObject ILUSIUM_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_ingot", () -> new Item(new Item.Properties().fireResistant()))); - - public static final RegistryObject EMPTY_SPAWN_EGG = CreativeModeTabs.addToOTEModTab(ITEMS.register("empty_spawn_egg", () -> new Item(new Item.Properties()))); - - - //public static final RegistryObject POSSUM_SPAWN_EGG = ITEMS.register("possum_spawn_egg", () -> new ForgeSpawnEggItem(ModEntityTypes.POSSUM, 0x938686, 0xc68787, new Item.Properties()))); - - - - public static void register(IEventBus bus){ - ITEMS.register(bus); - } - -} +package dev.zontreck.otemod.items; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.blocks.FoiledBlockItem; +import dev.zontreck.otemod.entities.ModEntityTypes; +import dev.zontreck.otemod.implementation.CreativeModeTabs; +import net.minecraft.world.item.*; +import net.minecraftforge.common.ForgeSpawnEggItem; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModItems { + public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, OTEMod.MOD_ID); + + public static final RegistryObject ETERNIUM_FRAGMENT = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_fragment", () -> new Item(new Item.Properties()))); + + public static final RegistryObject IHAN_CRYSTAL = CreativeModeTabs.addToOTEModTab(ITEMS.register("ihan_crystal", () -> new Item(new Item.Properties()))); + + public static final RegistryObject AURORA_COMPOUND = CreativeModeTabs.addToOTEModTab(ITEMS.register("aurora_compound", () -> new Item(new Item.Properties()))); + + + public static final RegistryObject ETERNIUM_RAW_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_ore", () -> new Item(new Item.Properties()))); + + public static final RegistryObject ETERNIUM_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_ingot", ()-> new SimpleFoiledItem(new Item.Properties()))); + + + + public static final RegistryObject MELTED_ENDER_PEARL = CreativeModeTabs.addToOTEModTab(ITEMS.register("melted_ender_pearl", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject SINGULARITY = CreativeModeTabs.addToOTEModTab(ITEMS.register("singularity", () -> new UnstableSingularity(new Item.Properties().stacksTo(1)))); + + public static final RegistryObject COMPRESSED_OBSIDIAN_SHEET = CreativeModeTabs.addToOTEModTab(ITEMS.register("compressed_obsidian_sheet", ()->new Item(new Item.Properties()))); + + public static final RegistryObject LAYERED_COMPRESSED_OBSIDIAN_SHEET = CreativeModeTabs.addToOTEModTab(ITEMS.register("layered_compressed_obsidian_sheet", ()->new SimpleFoiledItem(new Item.Properties()))); + public static final RegistryObject ENCASED_SINGULARITY = CreativeModeTabs.addToOTEModTab(ITEMS.register("encased_singularity", ()->new SimpleFoiledItem(new Item.Properties()))); + + public static final RegistryObject ETERNIUM_ROD = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_rod", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject SCRUBBER_FRAME_PIECE = CreativeModeTabs.addToOTEModTab(ITEMS.register("scrubber_frame_piece", () -> new Item(new Item.Properties().stacksTo(64)))); + public static final RegistryObject SCRUBBER_FRAME = CreativeModeTabs.addToOTEModTab(ITEMS.register("scrubber_frame", () -> new Item(new Item.Properties().stacksTo(64)))); + + + public static final RegistryObject VAULTSTEEL_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_steel_ingot", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_BL = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_LC = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_BR = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_L = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_R = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_UR = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_UL = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_U = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_C = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_center", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + + + public static final RegistryObject VAULT = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault", () -> new VaultItem(new Item.Properties().stacksTo(64)))); + + public static final RegistryObject VAULT_RAW_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("raw_vault_steel_ore", () -> new Item(new Item.Properties().stacksTo(64)))); + + public static final RegistryObject POSS_BALL = CreativeModeTabs.addToOTEModTab(ITEMS.register("poss_ball", () -> new PossBallItem(new Item.Properties()))); + + public static final RegistryObject ILUSIUM_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_ore", () -> new Item(new Item.Properties().fireResistant()))); + public static final RegistryObject ILUSIUM_ROD = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_rod", () -> new Item(new Item.Properties().fireResistant()))); + + //public static final RegistryObject ILUSIUM_DUST = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_dust", () -> new Item(new Item.Properties().fireResistant()))); + + public static final RegistryObject ILUSIUM_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_ingot", () -> new Item(new Item.Properties().fireResistant()))); + + public static final RegistryObject EMPTY_SPAWN_EGG = CreativeModeTabs.addToOTEModTab(ITEMS.register("empty_spawn_egg", () -> new Item(new Item.Properties()))); + + + //public static final RegistryObject POSSUM_SPAWN_EGG = ITEMS.register("possum_spawn_egg", () -> new ForgeSpawnEggItem(ModEntityTypes.POSSUM, 0x938686, 0xc68787, new Item.Properties()))); + + + + public static void register(IEventBus bus){ + ITEMS.register(bus); + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/items/PossBallItem.java b/src/main/java/dev/zontreck/otemod/items/PossBallItem.java similarity index 91% rename from src/main/java/dev/zontreck/thresholds/items/PossBallItem.java rename to src/main/java/dev/zontreck/otemod/items/PossBallItem.java index a9a0300..91d682c 100644 --- a/src/main/java/dev/zontreck/thresholds/items/PossBallItem.java +++ b/src/main/java/dev/zontreck/otemod/items/PossBallItem.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.items; +package dev.zontreck.otemod.items; import net.minecraft.nbt.CompoundTag; import net.minecraft.sounds.SoundEvents; @@ -6,7 +6,10 @@ import net.minecraft.sounds.SoundSource; import net.minecraft.stats.Stats; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResultHolder; +import net.minecraft.world.entity.monster.Guardian; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.entity.projectile.Arrow; +import net.minecraft.world.item.EggItem; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; diff --git a/src/main/java/dev/zontreck/thresholds/items/ThrownPossBall.java b/src/main/java/dev/zontreck/otemod/items/ThrownPossBall.java similarity index 95% rename from src/main/java/dev/zontreck/thresholds/items/ThrownPossBall.java rename to src/main/java/dev/zontreck/otemod/items/ThrownPossBall.java index 463edb8..b23f037 100644 --- a/src/main/java/dev/zontreck/thresholds/items/ThrownPossBall.java +++ b/src/main/java/dev/zontreck/otemod/items/ThrownPossBall.java @@ -1,11 +1,16 @@ -package dev.zontreck.thresholds.items; +package dev.zontreck.otemod.items; import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.lore.ExtraLore; import dev.zontreck.libzontreck.lore.LoreContainer; import dev.zontreck.libzontreck.lore.LoreEntry; +import dev.zontreck.libzontreck.util.ChatHelpers; import net.minecraft.core.particles.ItemParticleOption; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.NbtUtils; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.EntityType; import net.minecraft.world.entity.LivingEntity; @@ -15,6 +20,7 @@ import net.minecraft.world.entity.projectile.ThrowableItemProjectile; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.DropperBlock; import net.minecraft.world.phys.EntityHitResult; import net.minecraft.world.phys.HitResult; diff --git a/src/main/java/dev/zontreck/thresholds/items/UnstableSingularity.java b/src/main/java/dev/zontreck/otemod/items/UnstableSingularity.java similarity index 80% rename from src/main/java/dev/zontreck/thresholds/items/UnstableSingularity.java rename to src/main/java/dev/zontreck/otemod/items/UnstableSingularity.java index c852c9f..9ac9c04 100644 --- a/src/main/java/dev/zontreck/thresholds/items/UnstableSingularity.java +++ b/src/main/java/dev/zontreck/otemod/items/UnstableSingularity.java @@ -1,11 +1,15 @@ -package dev.zontreck.thresholds.items; +package dev.zontreck.otemod.items; import net.minecraft.world.InteractionResult; import net.minecraft.world.item.SimpleFoiledItem; import net.minecraft.world.item.context.UseOnContext; +import net.minecraft.world.level.Explosion; import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.block.state.BlockBehaviour; import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.BlockStateProperties; public class UnstableSingularity extends SimpleFoiledItem { diff --git a/src/main/java/dev/zontreck/thresholds/items/VaultItem.java b/src/main/java/dev/zontreck/otemod/items/VaultItem.java similarity index 70% rename from src/main/java/dev/zontreck/thresholds/items/VaultItem.java rename to src/main/java/dev/zontreck/otemod/items/VaultItem.java index 0e23f7a..7f411e6 100644 --- a/src/main/java/dev/zontreck/thresholds/items/VaultItem.java +++ b/src/main/java/dev/zontreck/otemod/items/VaultItem.java @@ -1,17 +1,22 @@ -package dev.zontreck.thresholds.items; +package dev.zontreck.otemod.items; +import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.profiles.Profile; import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.chat.ChatServerOverride; +import dev.zontreck.otemod.configs.OTEServerConfig; +import dev.zontreck.otemod.events.LoreHandlers; +import net.minecraft.nbt.CompoundTag; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResultHolder; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; +import net.minecraft.world.item.SimpleFoiledItem; import net.minecraft.world.level.Level; public class VaultItem extends Item @@ -37,7 +42,7 @@ public class VaultItem extends Item @Override public InteractionResultHolder use(Level pLevel, Player pPlayer, InteractionHand pUsedHand) { - ThresholdsMod.LOGGER.info("Vault item is being used"); + OTEMod.LOGGER.info("Vault item is being used"); if(!pLevel.isClientSide && pUsedHand == InteractionHand.MAIN_HAND) { ItemStack is = pPlayer.getItemInHand(pUsedHand); @@ -45,16 +50,16 @@ public class VaultItem extends Item Profile p; try { p = Profile.get_profile_of(pPlayer.getStringUUID()); - if(ThresholdsServerConfig.MAX_VAULTS.get()>0) + if(OTEServerConfig.MAX_VAULTS.get()>0) { - if(p.available_vaults >= ThresholdsServerConfig.MAX_VAULTS.get()) + if(p.available_vaults >= OTEServerConfig.MAX_VAULTS.get()) { - ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Red!You cannot activate anymore vaults due to the maximum set by the server admin"), ThresholdsMod.THE_SERVER); + ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You cannot activate anymore vaults due to the maximum set by the server admin"), OTEMod.THE_SERVER); return InteractionResultHolder.pass(is); } else { p.available_vaults++; p.commit(); - ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Green!You now have "+String.valueOf(p.available_vaults)+" available vaults"), ThresholdsMod.THE_SERVER); + ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!You now have "+String.valueOf(p.available_vaults)+" available vaults"), OTEMod.THE_SERVER); pPlayer.setItemInHand(pUsedHand, new ItemStack(Items.AIR)); return InteractionResultHolder.consume(is); @@ -62,7 +67,7 @@ public class VaultItem extends Item }else { p.available_vaults++; p.commit(); - ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +" !Dark_Green!You now have "+String.valueOf(p.available_vaults)+" available vaults"), ThresholdsMod.THE_SERVER); + ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!You now have "+String.valueOf(p.available_vaults)+" available vaults"), OTEMod.THE_SERVER); pPlayer.setItemInHand(pUsedHand, new ItemStack(Items.AIR)); return InteractionResultHolder.consume(is); diff --git a/src/main/java/dev/zontreck/thresholds/items/tags/ItemStatTag.java b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatTag.java similarity index 88% rename from src/main/java/dev/zontreck/thresholds/items/tags/ItemStatTag.java rename to src/main/java/dev/zontreck/otemod/items/tags/ItemStatTag.java index 470a586..b42bfd0 100644 --- a/src/main/java/dev/zontreck/thresholds/items/tags/ItemStatTag.java +++ b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatTag.java @@ -1,28 +1,28 @@ -package dev.zontreck.thresholds.items.tags; - -import net.minecraft.nbt.CompoundTag; - -public class ItemStatTag { - public static final String STATS_TAG = "stat"; - public ItemStatType type; - public int value; - - public ItemStatTag(ItemStatType t, int tag) - { - type = t; - value = tag; - } - - public void increment(){ - value++; - } - public void decrement() - { - value--; - } - - public void save(CompoundTag tag) - { - tag.putInt(STATS_TAG+"_"+type.name().toLowerCase(), value); - } -} +package dev.zontreck.otemod.items.tags; + +import net.minecraft.nbt.CompoundTag; + +public class ItemStatTag { + public static final String STATS_TAG = "stat"; + public ItemStatType type; + public int value; + + public ItemStatTag(ItemStatType t, int tag) + { + type = t; + value = tag; + } + + public void increment(){ + value++; + } + public void decrement() + { + value--; + } + + public void save(CompoundTag tag) + { + tag.putInt(STATS_TAG+"_"+type.name().toLowerCase(), value); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/items/tags/ItemStatType.java b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatType.java similarity index 71% rename from src/main/java/dev/zontreck/thresholds/items/tags/ItemStatType.java rename to src/main/java/dev/zontreck/otemod/items/tags/ItemStatType.java index 01e22bf..5c7801c 100644 --- a/src/main/java/dev/zontreck/thresholds/items/tags/ItemStatType.java +++ b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatType.java @@ -1,13 +1,13 @@ -package dev.zontreck.thresholds.items.tags; - -public enum ItemStatType { - SWORD, - ARMOR, - PICK, - AXE, - SHOVEL, - SHOVELPATH, - HOE, - SHEARS, - EGGING -} +package dev.zontreck.otemod.items.tags; + +public enum ItemStatType { + SWORD, + ARMOR, + PICK, + AXE, + SHOVEL, + SHOVELPATH, + HOE, + SHEARS, + EGGING +} diff --git a/src/main/java/dev/zontreck/thresholds/items/tags/ItemStatistics.java b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatistics.java similarity index 93% rename from src/main/java/dev/zontreck/thresholds/items/tags/ItemStatistics.java rename to src/main/java/dev/zontreck/otemod/items/tags/ItemStatistics.java index 09ff175..c9621ca 100644 --- a/src/main/java/dev/zontreck/thresholds/items/tags/ItemStatistics.java +++ b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatistics.java @@ -1,47 +1,47 @@ -package dev.zontreck.thresholds.items.tags; - -import dev.zontreck.libzontreck.chat.ChatColor; - -public class ItemStatistics { - - public static String makeText(ItemStatTag tag) - { - return makeText(tag.type, tag.value); - } - public static String makeText(ItemStatType type, int val) - { - String lore = ChatColor.doColors("!White!"); - switch(type) - { - case SWORD -> { - lore += "Mobs Killed: "; - } - case PICK -> { - lore += "Blocks Mined: "; - } - case ARMOR -> { - lore += "Damage Taken: "; - } - case SHOVEL -> { - lore += "Blocks Dug Up: "; - } - case SHOVELPATH -> { - lore += "Paths Made: "; - } - case AXE -> { - lore += "Wood Chopped: "; - } - case HOE -> { - lore += "Blocks Hoed: "; - } - case SHEARS -> { - lore += "Sheep Shaved: "; - } - case EGGING -> { - lore += "Mobs Egged: "; - } - } - lore += ChatColor.doColors("!Green!"+val); - return lore; - } -} +package dev.zontreck.otemod.items.tags; + +import dev.zontreck.libzontreck.chat.ChatColor; + +public class ItemStatistics { + + public static String makeText(ItemStatTag tag) + { + return makeText(tag.type, tag.value); + } + public static String makeText(ItemStatType type, int val) + { + String lore = ChatColor.doColors("!White!"); + switch(type) + { + case SWORD -> { + lore += "Mobs Killed: "; + } + case PICK -> { + lore += "Blocks Mined: "; + } + case ARMOR -> { + lore += "Damage Taken: "; + } + case SHOVEL -> { + lore += "Blocks Dug Up: "; + } + case SHOVELPATH -> { + lore += "Paths Made: "; + } + case AXE -> { + lore += "Wood Chopped: "; + } + case HOE -> { + lore += "Blocks Hoed: "; + } + case SHEARS -> { + lore += "Sheep Shaved: "; + } + case EGGING -> { + lore += "Mobs Egged: "; + } + } + lore += ChatColor.doColors("!Green!"+val); + return lore; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/items/tags/ModIDs.java b/src/main/java/dev/zontreck/otemod/items/tags/ModIDs.java similarity index 85% rename from src/main/java/dev/zontreck/thresholds/items/tags/ModIDs.java rename to src/main/java/dev/zontreck/otemod/items/tags/ModIDs.java index 3381f37..8704c29 100644 --- a/src/main/java/dev/zontreck/thresholds/items/tags/ModIDs.java +++ b/src/main/java/dev/zontreck/otemod/items/tags/ModIDs.java @@ -1,22 +1,22 @@ -package dev.zontreck.thresholds.items.tags; - -import java.util.UUID; - -public enum ModIDs { - NULL(0,0), - ZNI(0x9f, 0x9f), - OTE(5292022,1182023), // The date range of mod creation, then the day when this feature was added - ITEM_STATS(154301182023L, 0x9f); - - private UUID ID; - - ModIDs(long A, long B) - { - ID=new UUID(A,B); - } - - public UUID get() - { - return ID; - } -} +package dev.zontreck.otemod.items.tags; + +import java.util.UUID; + +public enum ModIDs { + NULL(0,0), + ZNI(0x9f, 0x9f), + OTE(5292022,1182023), // The date range of mod creation, then the day when this feature was added + ITEM_STATS(154301182023L, 0x9f); + + private UUID ID; + + ModIDs(long A, long B) + { + ID=new UUID(A,B); + } + + public UUID get() + { + return ID; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/networking/ModMessages.java b/src/main/java/dev/zontreck/otemod/networking/ModMessages.java similarity index 84% rename from src/main/java/dev/zontreck/thresholds/networking/ModMessages.java rename to src/main/java/dev/zontreck/otemod/networking/ModMessages.java index 076c5c4..c24e11c 100644 --- a/src/main/java/dev/zontreck/thresholds/networking/ModMessages.java +++ b/src/main/java/dev/zontreck/otemod/networking/ModMessages.java @@ -1,58 +1,58 @@ -package dev.zontreck.thresholds.networking; - -import dev.zontreck.thresholds.ThresholdsMod; -import dev.zontreck.thresholds.networking.packets.EnergySyncS2CPacket; -import dev.zontreck.thresholds.networking.packets.OpenVaultC2SPacket; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.server.level.ServerPlayer; -import net.minecraftforge.network.NetworkDirection; -import net.minecraftforge.network.NetworkRegistry; -import net.minecraftforge.network.PacketDistributor; -import net.minecraftforge.network.simple.SimpleChannel; - -public class ModMessages { - private static SimpleChannel INSTANCE; - - private static int PACKET_ID = 0; - private static int id() - { - return PACKET_ID++; - } - - public static void register() - { - SimpleChannel net = NetworkRegistry.ChannelBuilder.named(new ResourceLocation(ThresholdsMod.MOD_ID, "messages")) - .networkProtocolVersion(()-> "1.0") - .clientAcceptedVersions(s->true) - .serverAcceptedVersions(s->true) - .simpleChannel(); - - INSTANCE=net; - - net.messageBuilder(OpenVaultC2SPacket.class, id(), NetworkDirection.PLAY_TO_SERVER) - .decoder(OpenVaultC2SPacket::new) - .encoder(OpenVaultC2SPacket::toBytes) - .consumerMainThread(OpenVaultC2SPacket::handle) - .add(); - - net.messageBuilder(EnergySyncS2CPacket.class, id(), NetworkDirection.PLAY_TO_CLIENT) - .decoder(EnergySyncS2CPacket::new) - .encoder(EnergySyncS2CPacket::toBytes) - .consumerMainThread(EnergySyncS2CPacket::handle) - .add(); - } - - public static void sendToServer(MSG message){ - INSTANCE.sendToServer(message); - } - - public static void sendToPlayer(MSG message, ServerPlayer player) - { - INSTANCE.send(PacketDistributor.PLAYER.with(()->player), message); - } - - public static void sendToAll(MSG message) - { - INSTANCE.send(PacketDistributor.ALL.noArg(), message); - } -} +package dev.zontreck.otemod.networking; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import dev.zontreck.otemod.networking.packets.OpenVaultC2SPacket; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.network.NetworkDirection; +import net.minecraftforge.network.NetworkRegistry; +import net.minecraftforge.network.PacketDistributor; +import net.minecraftforge.network.simple.SimpleChannel; + +public class ModMessages { + private static SimpleChannel INSTANCE; + + private static int PACKET_ID = 0; + private static int id() + { + return PACKET_ID++; + } + + public static void register() + { + SimpleChannel net = NetworkRegistry.ChannelBuilder.named(new ResourceLocation(OTEMod.MOD_ID, "messages")) + .networkProtocolVersion(()-> "1.0") + .clientAcceptedVersions(s->true) + .serverAcceptedVersions(s->true) + .simpleChannel(); + + INSTANCE=net; + + net.messageBuilder(OpenVaultC2SPacket.class, id(), NetworkDirection.PLAY_TO_SERVER) + .decoder(OpenVaultC2SPacket::new) + .encoder(OpenVaultC2SPacket::toBytes) + .consumerMainThread(OpenVaultC2SPacket::handle) + .add(); + + net.messageBuilder(EnergySyncS2CPacket.class, id(), NetworkDirection.PLAY_TO_CLIENT) + .decoder(EnergySyncS2CPacket::new) + .encoder(EnergySyncS2CPacket::toBytes) + .consumerMainThread(EnergySyncS2CPacket::handle) + .add(); + } + + public static void sendToServer(MSG message){ + INSTANCE.sendToServer(message); + } + + public static void sendToPlayer(MSG message, ServerPlayer player) + { + INSTANCE.send(PacketDistributor.PLAYER.with(()->player), message); + } + + public static void sendToAll(MSG message) + { + INSTANCE.send(PacketDistributor.ALL.noArg(), message); + } +} diff --git a/src/main/java/dev/zontreck/thresholds/networking/packets/EnergySyncS2CPacket.java b/src/main/java/dev/zontreck/otemod/networking/packets/EnergySyncS2CPacket.java similarity index 83% rename from src/main/java/dev/zontreck/thresholds/networking/packets/EnergySyncS2CPacket.java rename to src/main/java/dev/zontreck/otemod/networking/packets/EnergySyncS2CPacket.java index 49eaa15..f540192 100644 --- a/src/main/java/dev/zontreck/thresholds/networking/packets/EnergySyncS2CPacket.java +++ b/src/main/java/dev/zontreck/otemod/networking/packets/EnergySyncS2CPacket.java @@ -1,10 +1,10 @@ -package dev.zontreck.thresholds.networking.packets; +package dev.zontreck.otemod.networking.packets; import java.util.function.Supplier; -import dev.zontreck.thresholds.blocks.entity.CompressionChamberBlockEntity; -import dev.zontreck.thresholds.blocks.entity.ItemScrubberBlockEntity; -import dev.zontreck.thresholds.blocks.entity.MagicalScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.CompressionChamberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ItemScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.MagicalScrubberBlockEntity; import net.minecraft.client.Minecraft; import net.minecraft.core.BlockPos; import net.minecraft.network.FriendlyByteBuf; diff --git a/src/main/java/dev/zontreck/thresholds/networking/packets/OpenStarterVaultC2SPacket.java b/src/main/java/dev/zontreck/otemod/networking/packets/OpenStarterVaultC2SPacket.java similarity index 74% rename from src/main/java/dev/zontreck/thresholds/networking/packets/OpenStarterVaultC2SPacket.java rename to src/main/java/dev/zontreck/otemod/networking/packets/OpenStarterVaultC2SPacket.java index 23ee6ba..80883ed 100644 --- a/src/main/java/dev/zontreck/thresholds/networking/packets/OpenStarterVaultC2SPacket.java +++ b/src/main/java/dev/zontreck/otemod/networking/packets/OpenStarterVaultC2SPacket.java @@ -1,6 +1,9 @@ -package dev.zontreck.thresholds.networking.packets; +package dev.zontreck.otemod.networking.packets; -import dev.zontreck.thresholds.commands.vaults.StarterCommand; +import dev.zontreck.otemod.commands.vaults.StarterCommand; +import dev.zontreck.otemod.commands.vaults.VaultCommand; +import dev.zontreck.otemod.implementation.vault.StarterContainer; +import dev.zontreck.otemod.implementation.vault.VaultContainer; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.server.level.ServerPlayer; import net.minecraftforge.network.NetworkEvent; diff --git a/src/main/java/dev/zontreck/thresholds/networking/packets/OpenVaultC2SPacket.java b/src/main/java/dev/zontreck/otemod/networking/packets/OpenVaultC2SPacket.java similarity index 88% rename from src/main/java/dev/zontreck/thresholds/networking/packets/OpenVaultC2SPacket.java rename to src/main/java/dev/zontreck/otemod/networking/packets/OpenVaultC2SPacket.java index d1c0907..28b5b12 100644 --- a/src/main/java/dev/zontreck/thresholds/networking/packets/OpenVaultC2SPacket.java +++ b/src/main/java/dev/zontreck/otemod/networking/packets/OpenVaultC2SPacket.java @@ -1,61 +1,61 @@ -package dev.zontreck.thresholds.networking.packets; - -import java.util.function.Supplier; - -import dev.zontreck.thresholds.commands.vaults.VaultCommand; -import dev.zontreck.thresholds.implementation.vault.VaultContainer; -import net.minecraft.network.FriendlyByteBuf; -import net.minecraft.server.level.ServerPlayer; -import net.minecraftforge.network.NetworkEvent; - -// This packet is only ever sent from the client to the server when requesting to open vaults using the EaseOfUse Buttons -public class OpenVaultC2SPacket { - private int vault=0; - private boolean change = false; // This is set to true when going previous or next. - private int changeDir = 0; // This is only in the packet when change is true. This is either a 1 or a -1. - public OpenVaultC2SPacket(int vaultNum, boolean change, int changeDir) - { - this.vault = vaultNum; - this.change = change; - this.changeDir=changeDir; - } - - public OpenVaultC2SPacket(FriendlyByteBuf buf) - { - this.change = buf.readBoolean(); - if(this.change) - this.changeDir=buf.readInt(); - else - this.vault = buf.readInt(); - } - public void toBytes(FriendlyByteBuf buf) - { - buf.writeBoolean(change); - if(change) buf.writeInt(changeDir); - else buf.writeInt(vault); - } - - public boolean handle(Supplier supplier) - { - NetworkEvent.Context ctx = supplier.get(); - ctx.enqueueWork(()->{ - // On server now - ServerPlayer player = ctx.getSender(); - - if(change){ - if(VaultContainer.VAULT_REGISTRY.containsKey(player.getUUID())){ - VaultContainer cont = VaultContainer.VAULT_REGISTRY.get(player.getUUID()); - vault = cont.VAULT_NUMBER + changeDir; - } - } - - if(vault < 0)vault=0; - - - VaultCommand.doOpen(player, vault); - }); - - return true; - } - -} +package dev.zontreck.otemod.networking.packets; + +import java.util.function.Supplier; + +import dev.zontreck.otemod.commands.vaults.VaultCommand; +import dev.zontreck.otemod.implementation.vault.VaultContainer; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.network.NetworkEvent; + +// This packet is only ever sent from the client to the server when requesting to open vaults using the EaseOfUse Buttons +public class OpenVaultC2SPacket { + private int vault=0; + private boolean change = false; // This is set to true when going previous or next. + private int changeDir = 0; // This is only in the packet when change is true. This is either a 1 or a -1. + public OpenVaultC2SPacket(int vaultNum, boolean change, int changeDir) + { + this.vault = vaultNum; + this.change = change; + this.changeDir=changeDir; + } + + public OpenVaultC2SPacket(FriendlyByteBuf buf) + { + this.change = buf.readBoolean(); + if(this.change) + this.changeDir=buf.readInt(); + else + this.vault = buf.readInt(); + } + public void toBytes(FriendlyByteBuf buf) + { + buf.writeBoolean(change); + if(change) buf.writeInt(changeDir); + else buf.writeInt(vault); + } + + public boolean handle(Supplier supplier) + { + NetworkEvent.Context ctx = supplier.get(); + ctx.enqueueWork(()->{ + // On server now + ServerPlayer player = ctx.getSender(); + + if(change){ + if(VaultContainer.VAULT_REGISTRY.containsKey(player.getUUID())){ + VaultContainer cont = VaultContainer.VAULT_REGISTRY.get(player.getUUID()); + vault = cont.VAULT_NUMBER + changeDir; + } + } + + if(vault < 0)vault=0; + + + VaultCommand.doOpen(player, vault); + }); + + return true; + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/ore/ModdedOrePlacement.java b/src/main/java/dev/zontreck/otemod/ore/ModdedOrePlacement.java similarity index 96% rename from src/main/java/dev/zontreck/thresholds/ore/ModdedOrePlacement.java rename to src/main/java/dev/zontreck/otemod/ore/ModdedOrePlacement.java index 976ac41..6f668af 100644 --- a/src/main/java/dev/zontreck/thresholds/ore/ModdedOrePlacement.java +++ b/src/main/java/dev/zontreck/otemod/ore/ModdedOrePlacement.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.ore; +package dev.zontreck.otemod.ore; import java.util.List; diff --git a/src/main/java/dev/zontreck/thresholds/ore/OreGenerator.java b/src/main/java/dev/zontreck/otemod/ore/OreGenerator.java similarity index 98% rename from src/main/java/dev/zontreck/thresholds/ore/OreGenerator.java rename to src/main/java/dev/zontreck/otemod/ore/OreGenerator.java index afa30d0..dc6bf88 100644 --- a/src/main/java/dev/zontreck/thresholds/ore/OreGenerator.java +++ b/src/main/java/dev/zontreck/otemod/ore/OreGenerator.java @@ -1,4 +1,4 @@ -package dev.zontreck.thresholds.ore; +package dev.zontreck.otemod.ore; public class OreGenerator { diff --git a/src/main/java/dev/zontreck/thresholds/permissions/Permissions.java b/src/main/java/dev/zontreck/otemod/permissions/Permissions.java similarity index 90% rename from src/main/java/dev/zontreck/thresholds/permissions/Permissions.java rename to src/main/java/dev/zontreck/otemod/permissions/Permissions.java index dfede63..9002ac4 100644 --- a/src/main/java/dev/zontreck/thresholds/permissions/Permissions.java +++ b/src/main/java/dev/zontreck/otemod/permissions/Permissions.java @@ -1,13 +1,13 @@ -package dev.zontreck.thresholds.permissions; - -public class Permissions { - public static String zschem = "group.otemod.zschem"; - public static String zschem_load = "otemod.commands.zschem.loadzschem"; - public static String zschem_save = "otemod.commands.zschem.savezschem"; - public static String zschem_place = "otemod.commands.zschem.placezschem"; - public static String zschem_pos1 = "otemod.commands.zschem.pos1"; - public static String zschem_pos2 = "otemod.commands.zschem.pos2"; - public static String zschem_air = "otemod.commands.zschem.setair"; - - -} +package dev.zontreck.otemod.permissions; + +public class Permissions { + public static String zschem = "group.otemod.zschem"; + public static String zschem_load = "otemod.commands.zschem.loadzschem"; + public static String zschem_save = "otemod.commands.zschem.savezschem"; + public static String zschem_place = "otemod.commands.zschem.placezschem"; + public static String zschem_pos1 = "otemod.commands.zschem.pos1"; + public static String zschem_pos2 = "otemod.commands.zschem.pos2"; + public static String zschem_air = "otemod.commands.zschem.setair"; + + +} diff --git a/src/main/java/dev/zontreck/thresholds/recipe/CompressionChamberRecipe.java b/src/main/java/dev/zontreck/otemod/recipe/CompressionChamberRecipe.java similarity index 96% rename from src/main/java/dev/zontreck/thresholds/recipe/CompressionChamberRecipe.java rename to src/main/java/dev/zontreck/otemod/recipe/CompressionChamberRecipe.java index 0801c96..acc149d 100644 --- a/src/main/java/dev/zontreck/thresholds/recipe/CompressionChamberRecipe.java +++ b/src/main/java/dev/zontreck/otemod/recipe/CompressionChamberRecipe.java @@ -1,7 +1,7 @@ -package dev.zontreck.thresholds.recipe; +package dev.zontreck.otemod.recipe; import com.google.gson.JsonObject; -import dev.zontreck.thresholds.ThresholdsMod; +import dev.zontreck.otemod.OTEMod; import net.minecraft.core.RegistryAccess; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.resources.ResourceLocation; @@ -77,7 +77,7 @@ public class CompressionChamberRecipe implements Recipe { public static class Serializer implements RecipeSerializer { public static final Serializer INSTANCE = new Serializer(); - public static final ResourceLocation ID = new ResourceLocation(ThresholdsMod.MOD_ID, Type.ID); + public static final ResourceLocation ID = new ResourceLocation(OTEMod.MOD_ID, Type.ID); @Override public CompressionChamberRecipe fromJson(ResourceLocation resourceLocation, JsonObject jsonObject) { diff --git a/src/main/java/dev/zontreck/thresholds/recipe/ModRecipes.java b/src/main/java/dev/zontreck/otemod/recipe/ModRecipes.java similarity index 86% rename from src/main/java/dev/zontreck/thresholds/recipe/ModRecipes.java rename to src/main/java/dev/zontreck/otemod/recipe/ModRecipes.java index 8343996..c14c726 100644 --- a/src/main/java/dev/zontreck/thresholds/recipe/ModRecipes.java +++ b/src/main/java/dev/zontreck/otemod/recipe/ModRecipes.java @@ -1,6 +1,6 @@ -package dev.zontreck.thresholds.recipe; +package dev.zontreck.otemod.recipe; -import dev.zontreck.thresholds.ThresholdsMod; +import dev.zontreck.otemod.OTEMod; import net.minecraft.world.item.crafting.RecipeSerializer; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.registries.DeferredRegister; @@ -8,7 +8,7 @@ import net.minecraftforge.registries.ForgeRegistries; import net.minecraftforge.registries.RegistryObject; public class ModRecipes { - public static final DeferredRegister> SERIALIZERS = DeferredRegister.create(ForgeRegistries.RECIPE_SERIALIZERS, ThresholdsMod.MOD_ID); + public static final DeferredRegister> SERIALIZERS = DeferredRegister.create(ForgeRegistries.RECIPE_SERIALIZERS, OTEMod.MOD_ID); public static final RegistryObject> COMPRESSING_SERIALIZER = SERIALIZERS.register("compressing", ()->CompressionChamberRecipe.Serializer.INSTANCE); diff --git a/src/main/java/dev/zontreck/otemod/recipes/ModRecipes.java b/src/main/java/dev/zontreck/otemod/recipes/ModRecipes.java new file mode 100644 index 0000000..edcbf3d --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/recipes/ModRecipes.java @@ -0,0 +1,5 @@ +package dev.zontreck.otemod.recipes; + +public class ModRecipes { + +} diff --git a/src/main/java/dev/zontreck/thresholds/registry/PerPlayerDataRegistry.java b/src/main/java/dev/zontreck/otemod/registry/PerPlayerDataRegistry.java similarity index 80% rename from src/main/java/dev/zontreck/thresholds/registry/PerPlayerDataRegistry.java rename to src/main/java/dev/zontreck/otemod/registry/PerPlayerDataRegistry.java index 676e248..7412f2a 100644 --- a/src/main/java/dev/zontreck/thresholds/registry/PerPlayerDataRegistry.java +++ b/src/main/java/dev/zontreck/otemod/registry/PerPlayerDataRegistry.java @@ -1,6 +1,6 @@ -package dev.zontreck.thresholds.registry; - -public class PerPlayerDataRegistry { - // The idea here is to make a registry unique to a player for mod data - // This will allow separating handling of functions, like cooldowns -} +package dev.zontreck.otemod.registry; + +public class PerPlayerDataRegistry { + // The idea here is to make a registry unique to a player for mod data + // This will allow separating handling of functions, like cooldowns +} diff --git a/src/main/java/dev/zontreck/thresholds/zschem/BlockContainerList.java b/src/main/java/dev/zontreck/otemod/zschem/BlockContainerList.java similarity index 88% rename from src/main/java/dev/zontreck/thresholds/zschem/BlockContainerList.java rename to src/main/java/dev/zontreck/otemod/zschem/BlockContainerList.java index 388c9e1..65ae2ef 100644 --- a/src/main/java/dev/zontreck/thresholds/zschem/BlockContainerList.java +++ b/src/main/java/dev/zontreck/otemod/zschem/BlockContainerList.java @@ -1,130 +1,131 @@ -package dev.zontreck.thresholds.zschem; - -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; -import java.util.ListIterator; -import java.util.concurrent.locks.Lock; -import java.util.concurrent.locks.ReentrantLock; - -import dev.zontreck.libzontreck.vectors.WorldPosition; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.ListTag; -import net.minecraft.nbt.Tag; -import net.minecraft.world.level.block.state.BlockState; - -public class BlockContainerList { - private static final BlockContainerList INSTANCE =new BlockContainerList(); - private final Lock lock; - private final List containers; - - public BlockContainerList() - { - this.lock = new ReentrantLock(); - this.containers = new ArrayList<>(); - } - - public static BlockContainerList getInstance() - { - return INSTANCE; - } - - public int getNewLongestTick() - { - //Random rng = new Random(); - int newLonger = ThresholdsServerConfig.TIME_BETWEEN_BLOCKS.get(); - int cur = 0; - - for (StoredBlock storedBlock : containers) { - if(cur < storedBlock.getTickValue()){ - cur = storedBlock.getTickValue(); - } - } - if(cur == 0)cur = ThresholdsServerConfig.HEALER_TIMER.get(); - - return cur + newLonger; - } - - public void add(StoredBlock item) - { - lock.lock(); - try{ - for(StoredBlock sb : containers) - { - if(sb.getWorldPosition().same(item.getWorldPosition())) - { - return; - } - } - - containers.add(item); - }finally{ - lock.unlock(); - } - } - - public void tick() - { - lock.lock(); - try{ - Iterator isb = containers.iterator(); - while(isb.hasNext()) - { - StoredBlock storedBlock = isb.next(); - storedBlock.tick(); - if(storedBlock.isExpired()){ - WorldPosition wp = storedBlock.getWorldPosition(); - BlockState bs = wp.getActualDimension().getBlockState(wp.Position.asBlockPos()); - - if(bs.is(storedBlock.getState().getBlock()) || storedBlock.getTries() >= ThresholdsServerConfig.MAX_TRIES_HEAL.get()) - { - - //HealRunner.scheduleHeal(storedBlock); - isb.remove(); - - //wp.getActualDimension().playSound(null, wp.Position.asBlockPos(), SoundEvents.ANVIL_USE, SoundSource.NEUTRAL, new Random().nextFloat(0.75f,1.0f), new Random().nextFloat(1)); - - }else { - HealRunner.scheduleHeal(storedBlock); - storedBlock.setTick(getNewLongestTick()); - storedBlock.tickTries(); - } - } - } - }finally{ - lock.unlock(); - } - } - - public CompoundTag save(CompoundTag tag){ - lock.lock(); - try{ - - ListTag lst = new ListTag(); - for (StoredBlock block : containers) { - lst.add(block.serialize()); - } - tag.put("blocks", lst); - return tag; - }finally{ - lock.unlock(); - } - } - - public static BlockContainerList load(CompoundTag tag){ - BlockContainerList lst = new BlockContainerList(); - - ListTag xlst = tag.getList("blocks", CompoundTag.TAG_COMPOUND); - ListIterator it = xlst.listIterator(); - while(it.hasNext()){ - Tag tg = it.next(); - CompoundTag blk = (CompoundTag)tg; - StoredBlock sb = new StoredBlock(blk); - - lst.add(sb); - } - - return lst; - } -} +package dev.zontreck.otemod.zschem; + +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.ListIterator; +import java.util.concurrent.locks.Lock; +import java.util.concurrent.locks.ReentrantLock; + +import dev.zontreck.libzontreck.exceptions.InvalidSideException; +import dev.zontreck.libzontreck.vectors.WorldPosition; +import dev.zontreck.otemod.configs.OTEServerConfig; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.ListTag; +import net.minecraft.nbt.Tag; +import net.minecraft.world.level.block.state.BlockState; + +public class BlockContainerList { + private static final BlockContainerList INSTANCE =new BlockContainerList(); + private final Lock lock; + private final List containers; + + public BlockContainerList() + { + this.lock = new ReentrantLock(); + this.containers = new ArrayList<>(); + } + + public static BlockContainerList getInstance() + { + return INSTANCE; + } + + public int getNewLongestTick() + { + //Random rng = new Random(); + int newLonger = OTEServerConfig.TIME_BETWEEN_BLOCKS.get(); + int cur = 0; + + for (StoredBlock storedBlock : containers) { + if(cur < storedBlock.getTickValue()){ + cur = storedBlock.getTickValue(); + } + } + if(cur == 0)cur = OTEServerConfig.HEALER_TIMER.get(); + + return cur + newLonger; + } + + public void add(StoredBlock item) + { + lock.lock(); + try{ + for(StoredBlock sb : containers) + { + if(sb.getWorldPosition().same(item.getWorldPosition())) + { + return; + } + } + + containers.add(item); + }finally{ + lock.unlock(); + } + } + + public void tick() + { + lock.lock(); + try{ + Iterator isb = containers.iterator(); + while(isb.hasNext()) + { + StoredBlock storedBlock = isb.next(); + storedBlock.tick(); + if(storedBlock.isExpired()){ + WorldPosition wp = storedBlock.getWorldPosition(); + BlockState bs = wp.getActualDimension().getBlockState(wp.Position.asBlockPos()); + + if(bs.is(storedBlock.getState().getBlock()) || storedBlock.getTries() >= OTEServerConfig.MAX_TRIES_HEAL.get()) + { + + //HealRunner.scheduleHeal(storedBlock); + isb.remove(); + + //wp.getActualDimension().playSound(null, wp.Position.asBlockPos(), SoundEvents.ANVIL_USE, SoundSource.NEUTRAL, new Random().nextFloat(0.75f,1.0f), new Random().nextFloat(1)); + + }else { + HealRunner.scheduleHeal(storedBlock); + storedBlock.setTick(getNewLongestTick()); + storedBlock.tickTries(); + } + } + } + }finally{ + lock.unlock(); + } + } + + public CompoundTag save(CompoundTag tag){ + lock.lock(); + try{ + + ListTag lst = new ListTag(); + for (StoredBlock block : containers) { + lst.add(block.serialize()); + } + tag.put("blocks", lst); + return tag; + }finally{ + lock.unlock(); + } + } + + public static BlockContainerList load(CompoundTag tag){ + BlockContainerList lst = new BlockContainerList(); + + ListTag xlst = tag.getList("blocks", CompoundTag.TAG_COMPOUND); + ListIterator it = xlst.listIterator(); + while(it.hasNext()){ + Tag tg = it.next(); + CompoundTag blk = (CompoundTag)tg; + StoredBlock sb = new StoredBlock(blk); + + lst.add(sb); + } + + return lst; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/zschem/BlockSaver.java b/src/main/java/dev/zontreck/otemod/zschem/BlockSaver.java similarity index 89% rename from src/main/java/dev/zontreck/thresholds/zschem/BlockSaver.java rename to src/main/java/dev/zontreck/otemod/zschem/BlockSaver.java index fb750c1..d4812c8 100644 --- a/src/main/java/dev/zontreck/thresholds/zschem/BlockSaver.java +++ b/src/main/java/dev/zontreck/otemod/zschem/BlockSaver.java @@ -1,87 +1,87 @@ -package dev.zontreck.thresholds.zschem; - -import java.io.BufferedWriter; -import java.io.File; -import java.io.FileWriter; -import java.io.IOException; -import java.nio.file.Path; -import java.util.concurrent.ScheduledExecutorService; -import java.util.concurrent.TimeUnit; - -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtIo; -import net.minecraft.nbt.NbtUtils; -import net.minecraftforge.fml.loading.FMLConfig; -import net.minecraftforge.fml.loading.FMLPaths; - -public class BlockSaver { - private static final int SAVE_INTERVAL = 1; - - private final ScheduledExecutorService executor; - - public BlockSaver(ScheduledExecutorService service) - { - executor=service; - } - - public void start() - { - executor.scheduleAtFixedRate(()->{ - CompoundTag primary = new CompoundTag(); - primary=BlockContainerList.getInstance().save(primary); - - File x = getPath().toFile(); - - if(ThresholdsServerConfig.DEBUG_HEALER.get()) - { - // Save as sNBT - String prettyFormat = NbtUtils.structureToSnbt(primary); - - BufferedWriter bw; - try { - bw = new BufferedWriter(new FileWriter(x)); - bw.write(prettyFormat); - bw.close(); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - }else{ - try { - NbtIo.writeCompressed(primary, x); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } - - }, SAVE_INTERVAL, SAVE_INTERVAL, TimeUnit.MINUTES); - } - - - - // Healer Queue's data source is a NBT File in the config folder - public static final String HealerQueueFile = ".nbt"; - public static final String HealerQueueDebugFile = ".dev.nbt"; - - public static Path getPath() - { - - Path configDir = FMLPaths.GAMEDIR.get().resolve(FMLConfig.defaultConfigPath()); - //Path configFile = null; - return configDir.resolve("ote_queue"); - } - - public static String getExtension() - { - - if(ThresholdsServerConfig.DEBUG_HEALER.get()) - { - return BlockSaver.HealerQueueDebugFile; - - }else { - return BlockSaver.HealerQueueFile; - } - } -} +package dev.zontreck.otemod.zschem; + +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; +import java.nio.file.Path; +import java.util.concurrent.ScheduledExecutorService; +import java.util.concurrent.TimeUnit; + +import dev.zontreck.otemod.configs.OTEServerConfig; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.NbtIo; +import net.minecraft.nbt.NbtUtils; +import net.minecraftforge.fml.loading.FMLConfig; +import net.minecraftforge.fml.loading.FMLPaths; + +public class BlockSaver { + private static final int SAVE_INTERVAL = 1; + + private final ScheduledExecutorService executor; + + public BlockSaver(ScheduledExecutorService service) + { + executor=service; + } + + public void start() + { + executor.scheduleAtFixedRate(()->{ + CompoundTag primary = new CompoundTag(); + primary=BlockContainerList.getInstance().save(primary); + + File x = getPath().toFile(); + + if(OTEServerConfig.DEBUG_HEALER.get()) + { + // Save as sNBT + String prettyFormat = NbtUtils.structureToSnbt(primary); + + BufferedWriter bw; + try { + bw = new BufferedWriter(new FileWriter(x)); + bw.write(prettyFormat); + bw.close(); + } catch (IOException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + }else{ + try { + NbtIo.writeCompressed(primary, x); + } catch (IOException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + }, SAVE_INTERVAL, SAVE_INTERVAL, TimeUnit.MINUTES); + } + + + + // Healer Queue's data source is a NBT File in the config folder + public static final String HealerQueueFile = ".nbt"; + public static final String HealerQueueDebugFile = ".dev.nbt"; + + public static Path getPath() + { + + Path configDir = FMLPaths.GAMEDIR.get().resolve(FMLConfig.defaultConfigPath()); + //Path configFile = null; + return configDir.resolve("ote_queue"); + } + + public static String getExtension() + { + + if(OTEServerConfig.DEBUG_HEALER.get()) + { + return BlockSaver.HealerQueueDebugFile; + + }else { + return BlockSaver.HealerQueueFile; + } + } +} diff --git a/src/main/java/dev/zontreck/thresholds/zschem/EventHandler.java b/src/main/java/dev/zontreck/otemod/zschem/EventHandler.java similarity index 87% rename from src/main/java/dev/zontreck/thresholds/zschem/EventHandler.java rename to src/main/java/dev/zontreck/otemod/zschem/EventHandler.java index 269c9d9..06f2222 100644 --- a/src/main/java/dev/zontreck/thresholds/zschem/EventHandler.java +++ b/src/main/java/dev/zontreck/otemod/zschem/EventHandler.java @@ -1,89 +1,90 @@ -package dev.zontreck.thresholds.zschem; - -import java.util.HashMap; -import java.util.Map; - -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.libzontreck.vectors.WorldPosition; -import dev.zontreck.thresholds.configs.ThresholdsServerConfig; -import net.minecraft.server.level.ServerLevel; -import net.minecraftforge.event.TickEvent; -import net.minecraftforge.event.level.ExplosionEvent; -import net.minecraftforge.event.level.LevelEvent; -import net.minecraftforge.event.server.ServerStoppingEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; - -public class EventHandler { - - @SubscribeEvent - public void onDetonate(ExplosionEvent ev) - { - if(ev.getLevel().isClientSide)return; - - //Entity explodes = ev.getExplosion().getSourceMob(); - // Register blocks to be healed - WorldPosition wpos = new WorldPosition(new Vector3(ev.getExplosion().getPosition()), (ServerLevel) ev.getLevel()); - - if(ThresholdsServerConfig.EXCLUDE_DIMS.get().contains(wpos.Dimension)){ - // Dimension is on the exclusion list. Do not process. - return; - } - WorldProp wp = WorldProp.acquire((ServerLevel)ev.getLevel()); - - if(wp!=null){ - wp.onDetonate(ev); - } - } - - - private Map healers = new HashMap(); - - public Map getHealers() - { - return healers; - } - - @SubscribeEvent - public void onLoadLevel(LevelEvent.Load ev) - { - if(!ev.getLevel().isClientSide() && ev.getLevel() instanceof ServerLevel) - { - healers.put((ServerLevel)ev.getLevel(), WorldProp.acquire((ServerLevel)ev.getLevel())); - - } - } - - @SubscribeEvent - public void onUnload(LevelEvent.Unload ev) - { - if(!ev.getLevel().isClientSide()) - { - healers.remove(ev.getLevel()); - } - } - - @SubscribeEvent - public void onShutdown(ServerStoppingEvent ev) - { - WorldProp.SaveAll(); - } - - @SubscribeEvent - public void onSaving(LevelEvent.Save ev) - { - WorldProp.SaveAll(); - } - - @SubscribeEvent - public void onLevelTick(TickEvent.LevelTickEvent ev) - { - if(!ev.level.isClientSide){ - WorldProp wp = WorldProp.acquire((ServerLevel)ev.level); - if(wp!=null){ - wp.onTick(); - } - - MemoryHolder.tick(); - } - } -} +package dev.zontreck.otemod.zschem; + +import java.util.HashMap; +import java.util.Map; + +import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.WorldPosition; +import dev.zontreck.otemod.configs.OTEServerConfig; +import net.minecraft.client.telemetry.events.WorldLoadEvent; +import net.minecraft.server.level.ServerLevel; +import net.minecraftforge.event.TickEvent; +import net.minecraftforge.event.level.ExplosionEvent; +import net.minecraftforge.event.level.LevelEvent; +import net.minecraftforge.event.server.ServerStoppingEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; + +public class EventHandler { + + @SubscribeEvent + public void onDetonate(ExplosionEvent ev) + { + if(ev.getLevel().isClientSide)return; + + //Entity explodes = ev.getExplosion().getSourceMob(); + // Register blocks to be healed + WorldPosition wpos = new WorldPosition(new Vector3(ev.getExplosion().getPosition()), (ServerLevel) ev.getLevel()); + + if(OTEServerConfig.EXCLUDE_DIMS.get().contains(wpos.Dimension)){ + // Dimension is on the exclusion list. Do not process. + return; + } + WorldProp wp = WorldProp.acquire((ServerLevel)ev.getLevel()); + + if(wp!=null){ + wp.onDetonate(ev); + } + } + + + private Map healers = new HashMap(); + + public Map getHealers() + { + return healers; + } + + @SubscribeEvent + public void onLoadLevel(LevelEvent.Load ev) + { + if(!ev.getLevel().isClientSide() && ev.getLevel() instanceof ServerLevel) + { + healers.put((ServerLevel)ev.getLevel(), WorldProp.acquire((ServerLevel)ev.getLevel())); + + } + } + + @SubscribeEvent + public void onUnload(LevelEvent.Unload ev) + { + if(!ev.getLevel().isClientSide()) + { + healers.remove(ev.getLevel()); + } + } + + @SubscribeEvent + public void onShutdown(ServerStoppingEvent ev) + { + WorldProp.SaveAll(); + } + + @SubscribeEvent + public void onSaving(LevelEvent.Save ev) + { + WorldProp.SaveAll(); + } + + @SubscribeEvent + public void onLevelTick(TickEvent.LevelTickEvent ev) + { + if(!ev.level.isClientSide){ + WorldProp wp = WorldProp.acquire((ServerLevel)ev.level); + if(wp!=null){ + wp.onTick(); + } + + MemoryHolder.tick(); + } + } +} diff --git a/src/main/java/dev/zontreck/thresholds/zschem/HealRunner.java b/src/main/java/dev/zontreck/otemod/zschem/HealRunner.java similarity index 93% rename from src/main/java/dev/zontreck/thresholds/zschem/HealRunner.java rename to src/main/java/dev/zontreck/otemod/zschem/HealRunner.java index 7e94774..c25487a 100644 --- a/src/main/java/dev/zontreck/thresholds/zschem/HealRunner.java +++ b/src/main/java/dev/zontreck/otemod/zschem/HealRunner.java @@ -1,77 +1,78 @@ -package dev.zontreck.thresholds.zschem; - -import java.util.Random; - -import dev.zontreck.libzontreck.vectors.Vector3; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.sounds.SoundEvent; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraft.world.level.block.state.BlockState; - -public class HealRunner implements Runnable -{ - public final StoredBlock BlockToSet; - // Play a popping sound at the block position - public final SoundEvent pop = SoundEvents.ITEM_PICKUP; - - - public HealRunner(StoredBlock sb) - { - BlockToSet = sb; - } - public static void scheduleHeal(StoredBlock sb){ - sb.getWorldPosition().getActualDimension().getServer().execute(new HealRunner(sb)); - - } - @Override - public void run() - { - - //BlockSnapshot bs = BlockSnapshot.create(level.dimension(), level, sb.getPos()); - - //BlockState current = level.getBlockState(sb.getPos()); - ServerLevel level = (ServerLevel) BlockToSet.getWorldPosition().getActualDimension(); - - - BlockState nState = Block.updateFromNeighbourShapes(BlockToSet.getState(), level, BlockToSet.getPos()); - level.setBlock(BlockToSet.getPos(), nState, Block.UPDATE_CLIENTS); // no update? - - - //level.setBlocksDirty(sb.getPos(), sb.getState(), level.getBlockState(sb.getPos())); - //level.markAndNotifyBlock(sb.getPos(), level.getChunkAt(sb.getPos()), sb.getState(), level.getBlockState(sb.getPos()), 2, 0); - - //level.getChunkAt(sb.getPos()).setBlockState(sb.getPos(), sb.getState(), false); - - BlockEntity be = level.getBlockEntity(BlockToSet.getPos()); - - if(be!=null){ - //be.deserializeNBT(sb.getBlockEntity()); - if(BlockToSet.getBlockEntity()!=null){ - - be.load(BlockToSet.getBlockEntity()); - be.setChanged(); - } - - } - - // Everything is restored, play sound - SoundSource ss = SoundSource.NEUTRAL; - Vector3 v3 = BlockToSet.getWorldPosition().Position; - Random rng = new Random(); - - level.playSound(null, v3.asBlockPos(), pop, ss, rng.nextFloat(0.75f,1.0f), rng.nextFloat(1)); - - /*for(ServerPlayer player : level.players()) - { - Vector3 playerPos = new Vector3(player.position()); - if(sb.getWorldPosition().Position.distance(playerPos) < 15) - { - // have player's client play sound (Packet?) - } - }*/ - - } -} +package dev.zontreck.otemod.zschem; + +import java.util.Random; + +import dev.zontreck.libzontreck.exceptions.InvalidSideException; +import dev.zontreck.libzontreck.vectors.Vector3; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.sounds.SoundEvent; +import net.minecraft.sounds.SoundEvents; +import net.minecraft.sounds.SoundSource; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; + +public class HealRunner implements Runnable +{ + public final StoredBlock BlockToSet; + // Play a popping sound at the block position + public final SoundEvent pop = SoundEvents.ITEM_PICKUP; + + + public HealRunner(StoredBlock sb) + { + BlockToSet = sb; + } + public static void scheduleHeal(StoredBlock sb){ + sb.getWorldPosition().getActualDimension().getServer().execute(new HealRunner(sb)); + + } + @Override + public void run() + { + + //BlockSnapshot bs = BlockSnapshot.create(level.dimension(), level, sb.getPos()); + + //BlockState current = level.getBlockState(sb.getPos()); + ServerLevel level = (ServerLevel) BlockToSet.getWorldPosition().getActualDimension(); + + + BlockState nState = Block.updateFromNeighbourShapes(BlockToSet.getState(), level, BlockToSet.getPos()); + level.setBlock(BlockToSet.getPos(), nState, Block.UPDATE_CLIENTS); // no update? + + + //level.setBlocksDirty(sb.getPos(), sb.getState(), level.getBlockState(sb.getPos())); + //level.markAndNotifyBlock(sb.getPos(), level.getChunkAt(sb.getPos()), sb.getState(), level.getBlockState(sb.getPos()), 2, 0); + + //level.getChunkAt(sb.getPos()).setBlockState(sb.getPos(), sb.getState(), false); + + BlockEntity be = level.getBlockEntity(BlockToSet.getPos()); + + if(be!=null){ + //be.deserializeNBT(sb.getBlockEntity()); + if(BlockToSet.getBlockEntity()!=null){ + + be.load(BlockToSet.getBlockEntity()); + be.setChanged(); + } + + } + + // Everything is restored, play sound + SoundSource ss = SoundSource.NEUTRAL; + Vector3 v3 = BlockToSet.getWorldPosition().Position; + Random rng = new Random(); + + level.playSound(null, v3.asBlockPos(), pop, ss, rng.nextFloat(0.75f,1.0f), rng.nextFloat(1)); + + /*for(ServerPlayer player : level.players()) + { + Vector3 playerPos = new Vector3(player.position()); + if(sb.getWorldPosition().Position.distance(playerPos) < 15) + { + // have player's client play sound (Packet?) + } + }*/ + + } +} diff --git a/src/main/java/dev/zontreck/thresholds/zschem/MemoryHolder.java b/src/main/java/dev/zontreck/otemod/zschem/MemoryHolder.java similarity index 90% rename from src/main/java/dev/zontreck/thresholds/zschem/MemoryHolder.java rename to src/main/java/dev/zontreck/otemod/zschem/MemoryHolder.java index 61ed0d9..86e3f4c 100644 --- a/src/main/java/dev/zontreck/thresholds/zschem/MemoryHolder.java +++ b/src/main/java/dev/zontreck/otemod/zschem/MemoryHolder.java @@ -1,178 +1,178 @@ -package dev.zontreck.thresholds.zschem; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.Iterator; -import java.util.List; -import java.util.Map; -import java.util.UUID; -import java.util.concurrent.locks.Lock; -import java.util.concurrent.locks.ReentrantLock; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.util.ChatHelpers; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.thresholds.ThresholdsMod; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.world.entity.player.Player; - -public class MemoryHolder { - // This class holds the temporary memory related to zschem data - // We also store position information here. - private static final MemoryHolder INSTANCE = new MemoryHolder(); - - public static MemoryHolder get(){ - return INSTANCE; - } - - public class Container{ - // Contains the position and block lists! - public Vector3 Pos1; - public Vector3 Pos2; - public List blocks; - public ServerLevel lvl; - - private int tick = 0; - - public void tick(){ - this.tick--; - } - - public boolean isExpired(){ - if(tick <= 0){ - return true; - }else return false; - } - - public Container(){ - tick = 15000; - Pos1 = ThresholdsMod.ZERO_VECTOR; - Pos2 = ThresholdsMod.ZERO_VECTOR; - } - - public void reset(){ - tick=15000; - } - } - - private Map playerContainers = new HashMap(); - private static final Lock lck = new ReentrantLock(); - - public static boolean hasPlayerCached(Player P) - { - lck.lock(); - try{ - - UUID id = P.getUUID(); - return get().playerContainers.containsKey(id); - }finally{ - lck.unlock(); - } - } - - public static void tick() - { - lck.lock(); - try{ - Iterator> imeuc = get().playerContainers.entrySet().iterator(); - while(imeuc.hasNext()) - { - Map.Entry entry = imeuc.next(); - Container c = entry.getValue(); - c.tick(); - - if(c.isExpired()){ - imeuc.remove(); - - ChatHelpers.broadcastTo(entry.getKey(), ChatHelpers.macro(ThresholdsMod.ThresholdsPrefix +ChatColor.doColors(" !Dark_Red!ZSchem Session expired")), c.lvl.getServer()); - } - } - }finally{ - lck.unlock(); - } - } - - private static void makeCachedPlayer(Player p){ - if(!hasPlayerCached(p)){ - - Container c = INSTANCE.new Container(); - get().playerContainers.put(p.getUUID(), c); - } - } - - public static void setPos1(Player p, Vector3 pos) - { - makeCachedPlayer(p); - if(hasPlayerCached(p)) - { - Container c = get().playerContainers.get(p.getUUID()); - c.Pos1 = pos; - c.reset(); - - get().playerContainers.put(p.getUUID(), c); - } - } - - public static void setLevel(Player p, ServerLevel lvl) - { - makeCachedPlayer(p); - if(hasPlayerCached(p)) - { - Container c = get().playerContainers.get(p.getUUID()); - c.lvl = lvl; - c.reset(); - - get().playerContainers.put(p.getUUID(), c); - } - } - - public static void clear(Player p) - { - if(hasPlayerCached(p)) - { - get().playerContainers.remove(p.getUUID()); - } - } - - public static void setPos2(Player p, Vector3 pos) - { - makeCachedPlayer(p); - if(hasPlayerCached(p)) - { - Container c = get().playerContainers.get(p.getUUID()); - c.Pos2 = pos; - c.reset(); - - get().playerContainers.put(p.getUUID(), c); - } - } - - public static void setBlocks(Player p, List blk) - { - makeCachedPlayer(p); - if(hasPlayerCached(p)) - { - Container c = get().playerContainers.get(p.getUUID()); - c.blocks=blk; - c.reset(); - - get().playerContainers.put(p.getUUID(), c); - } - } - - public static List getBlocks(Player p) - { - if(hasPlayerCached(p)) - { - return get().playerContainers.get(p.getUUID()).blocks; - }else return new ArrayList(); - } - - public static Container getContainer(Player p) - { - if(hasPlayerCached(p)){ - return get().playerContainers.get(p.getUUID()); - }else return null; - } - -} +package dev.zontreck.otemod.zschem; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.UUID; +import java.util.concurrent.locks.Lock; +import java.util.concurrent.locks.ReentrantLock; + +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.otemod.OTEMod; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.world.entity.player.Player; + +public class MemoryHolder { + // This class holds the temporary memory related to zschem data + // We also store position information here. + private static final MemoryHolder INSTANCE = new MemoryHolder(); + + public static MemoryHolder get(){ + return INSTANCE; + } + + public class Container{ + // Contains the position and block lists! + public Vector3 Pos1; + public Vector3 Pos2; + public List blocks; + public ServerLevel lvl; + + private int tick = 0; + + public void tick(){ + this.tick--; + } + + public boolean isExpired(){ + if(tick <= 0){ + return true; + }else return false; + } + + public Container(){ + tick = 15000; + Pos1 = OTEMod.ZERO_VECTOR; + Pos2 = OTEMod.ZERO_VECTOR; + } + + public void reset(){ + tick=15000; + } + } + + private Map playerContainers = new HashMap(); + private static final Lock lck = new ReentrantLock(); + + public static boolean hasPlayerCached(Player P) + { + lck.lock(); + try{ + + UUID id = P.getUUID(); + return get().playerContainers.containsKey(id); + }finally{ + lck.unlock(); + } + } + + public static void tick() + { + lck.lock(); + try{ + Iterator> imeuc = get().playerContainers.entrySet().iterator(); + while(imeuc.hasNext()) + { + Map.Entry entry = imeuc.next(); + Container c = entry.getValue(); + c.tick(); + + if(c.isExpired()){ + imeuc.remove(); + + ChatHelpers.broadcastTo(entry.getKey(), ChatHelpers.macro(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Red!ZSchem Session expired")), c.lvl.getServer()); + } + } + }finally{ + lck.unlock(); + } + } + + private static void makeCachedPlayer(Player p){ + if(!hasPlayerCached(p)){ + + Container c = INSTANCE.new Container(); + get().playerContainers.put(p.getUUID(), c); + } + } + + public static void setPos1(Player p, Vector3 pos) + { + makeCachedPlayer(p); + if(hasPlayerCached(p)) + { + Container c = get().playerContainers.get(p.getUUID()); + c.Pos1 = pos; + c.reset(); + + get().playerContainers.put(p.getUUID(), c); + } + } + + public static void setLevel(Player p, ServerLevel lvl) + { + makeCachedPlayer(p); + if(hasPlayerCached(p)) + { + Container c = get().playerContainers.get(p.getUUID()); + c.lvl = lvl; + c.reset(); + + get().playerContainers.put(p.getUUID(), c); + } + } + + public static void clear(Player p) + { + if(hasPlayerCached(p)) + { + get().playerContainers.remove(p.getUUID()); + } + } + + public static void setPos2(Player p, Vector3 pos) + { + makeCachedPlayer(p); + if(hasPlayerCached(p)) + { + Container c = get().playerContainers.get(p.getUUID()); + c.Pos2 = pos; + c.reset(); + + get().playerContainers.put(p.getUUID(), c); + } + } + + public static void setBlocks(Player p, List blk) + { + makeCachedPlayer(p); + if(hasPlayerCached(p)) + { + Container c = get().playerContainers.get(p.getUUID()); + c.blocks=blk; + c.reset(); + + get().playerContainers.put(p.getUUID(), c); + } + } + + public static List getBlocks(Player p) + { + if(hasPlayerCached(p)) + { + return get().playerContainers.get(p.getUUID()).blocks; + }else return new ArrayList(); + } + + public static Container getContainer(Player p) + { + if(hasPlayerCached(p)){ + return get().playerContainers.get(p.getUUID()); + }else return null; + } + +} diff --git a/src/main/java/dev/zontreck/thresholds/zschem/StoredBlock.java b/src/main/java/dev/zontreck/otemod/zschem/StoredBlock.java similarity index 89% rename from src/main/java/dev/zontreck/thresholds/zschem/StoredBlock.java rename to src/main/java/dev/zontreck/otemod/zschem/StoredBlock.java index 72cfdab..8e502ef 100644 --- a/src/main/java/dev/zontreck/thresholds/zschem/StoredBlock.java +++ b/src/main/java/dev/zontreck/otemod/zschem/StoredBlock.java @@ -1,163 +1,167 @@ -package dev.zontreck.thresholds.zschem; - -import dev.zontreck.libzontreck.exceptions.InvalidDeserialization; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.libzontreck.vectors.WorldPosition; -import net.minecraft.core.BlockPos; -import net.minecraft.core.HolderGetter; -import net.minecraft.core.registries.Registries; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtUtils; -import net.minecraft.nbt.Tag; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraft.world.level.block.state.BlockState; - -public class StoredBlock -{ - - - public CompoundTag blockData; - - private WorldPosition position; - private BlockState state; - private CompoundTag blockEntity; - private int tick; - private int tries; - - - public void setPosition(Vector3 pos) - { - position.Position=pos; - } - - public void updateWorld(ServerLevel lv) - { - position = new WorldPosition(position.Position, lv); - } - - - public void tick(){ - this.tick--; - } - - public void setTick(int tick){ - this.tick=tick; - } - - - public boolean isExpired() { - return tick <= 0; - } - - public void replaceBlockState(BlockState state) - { - this.state=state; - } - - - public StoredBlock(final BlockPos pos, final BlockState toSave, final ServerLevel lvl) - { - position = new WorldPosition(new Vector3(pos), lvl); - - this.state=toSave; - } - - public StoredBlock(final CompoundTag tag) - { - this.deserialize(tag); - } - - - - public final BlockPos getPos() - { - return position.Position.asBlockPos(); - } - - public final WorldPosition getWorldPosition() - { - return position; - } - - public final BlockState getState() - { - return state; - } - - public final long getChunkX() - { - Vector3 pos = position.Position; - return pos.rounded().x >> 4; - } - - public final long getChunkZ() - { - Vector3 pos = position.Position; - return pos.rounded().z >> 4; - } - - public void setBlockEntity(BlockEntity entity) - { - CompoundTag tag = entity.saveWithoutMetadata(); - this.blockEntity=tag; - } - - public final CompoundTag getBlockEntity(){ - return blockEntity; - } - - public static boolean hasBlockEntity(final CompoundTag tag){ - return tag.contains("entity", Tag.TAG_COMPOUND); - } - - - public CompoundTag serialize() - { - final CompoundTag tag = new CompoundTag(); - - tag.put("pos", position.serialize()); - tag.put("state", NbtUtils.writeBlockState(state)); - tag.putInt("tick", tick); - tag.putInt("tries", tries); - - if(blockEntity != null) tag.put("entity", blockEntity); - - return tag; - } - public int getTries(){ - return tries; - } - public int getTickValue() - { - return tick; - } - - public void tickTries(){ - tries++; - } - - public void deserialize(final CompoundTag tag) - { - try { - position = new WorldPosition(tag.getCompound("pos"), false); - } catch (InvalidDeserialization e) { - e.printStackTrace(); - } - - HolderGetter hg = position.getActualDimension().holderLookup(Registries.BLOCK); - - - state = NbtUtils.readBlockState(hg, tag.getCompound("state")); - - final CompoundTag tmp = tag.getCompound("entity"); - blockEntity = tmp.isEmpty() ? null : tmp; - - tick = tag.getInt("tick"); - tries=tag.getInt("tries"); - } - - - -} +package dev.zontreck.otemod.zschem; + +import dev.zontreck.libzontreck.exceptions.InvalidDeserialization; +import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.vectors.WorldPosition; +import net.minecraft.core.BlockPos; +import net.minecraft.core.HolderGetter; +import net.minecraft.core.registries.BuiltInRegistries; +import net.minecraft.core.registries.Registries; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.NbtUtils; +import net.minecraft.nbt.Tag; +import net.minecraft.server.Bootstrap; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.client.model.generators.BlockStateProvider; +import net.minecraftforge.registries.RegistryManager; + +public class StoredBlock +{ + + + public CompoundTag blockData; + + private WorldPosition position; + private BlockState state; + private CompoundTag blockEntity; + private int tick; + private int tries; + + + public void setPosition(Vector3 pos) + { + position.Position=pos; + } + + public void updateWorld(ServerLevel lv) + { + position = new WorldPosition(position.Position, lv); + } + + + public void tick(){ + this.tick--; + } + + public void setTick(int tick){ + this.tick=tick; + } + + + public boolean isExpired() { + return tick <= 0; + } + + public void replaceBlockState(BlockState state) + { + this.state=state; + } + + + public StoredBlock(final BlockPos pos, final BlockState toSave, final ServerLevel lvl) + { + position = new WorldPosition(new Vector3(pos), lvl); + + this.state=toSave; + } + + public StoredBlock(final CompoundTag tag) + { + this.deserialize(tag); + } + + + + public final BlockPos getPos() + { + return position.Position.asBlockPos(); + } + + public final WorldPosition getWorldPosition() + { + return position; + } + + public final BlockState getState() + { + return state; + } + + public final long getChunkX() + { + Vector3 pos = position.Position; + return pos.rounded().x >> 4; + } + + public final long getChunkZ() + { + Vector3 pos = position.Position; + return pos.rounded().z >> 4; + } + + public void setBlockEntity(BlockEntity entity) + { + CompoundTag tag = entity.saveWithoutMetadata(); + this.blockEntity=tag; + } + + public final CompoundTag getBlockEntity(){ + return blockEntity; + } + + public static boolean hasBlockEntity(final CompoundTag tag){ + return tag.contains("entity", Tag.TAG_COMPOUND); + } + + + public CompoundTag serialize() + { + final CompoundTag tag = new CompoundTag(); + + tag.put("pos", position.serialize()); + tag.put("state", NbtUtils.writeBlockState(state)); + tag.putInt("tick", tick); + tag.putInt("tries", tries); + + if(blockEntity != null) tag.put("entity", blockEntity); + + return tag; + } + public int getTries(){ + return tries; + } + public int getTickValue() + { + return tick; + } + + public void tickTries(){ + tries++; + } + + public void deserialize(final CompoundTag tag) + { + try { + position = new WorldPosition(tag.getCompound("pos"), false); + } catch (InvalidDeserialization e) { + e.printStackTrace(); + } + + HolderGetter hg = position.getActualDimension().holderLookup(Registries.BLOCK); + + + state = NbtUtils.readBlockState(hg, tag.getCompound("state")); + + final CompoundTag tmp = tag.getCompound("entity"); + blockEntity = tmp.isEmpty() ? null : tmp; + + tick = tag.getInt("tick"); + tries=tag.getInt("tries"); + } + + + +} diff --git a/src/main/java/dev/zontreck/thresholds/zschem/WorldProp.java b/src/main/java/dev/zontreck/otemod/zschem/WorldProp.java similarity index 95% rename from src/main/java/dev/zontreck/thresholds/zschem/WorldProp.java rename to src/main/java/dev/zontreck/otemod/zschem/WorldProp.java index f7555c9..f3c7dc4 100644 --- a/src/main/java/dev/zontreck/thresholds/zschem/WorldProp.java +++ b/src/main/java/dev/zontreck/otemod/zschem/WorldProp.java @@ -1,146 +1,146 @@ -package dev.zontreck.thresholds.zschem; - -import java.io.IOException; -import java.nio.file.Path; -import java.util.HashMap; -import java.util.Map; -import java.util.function.Supplier; - -import dev.zontreck.libzontreck.vectors.WorldPosition; -import net.minecraft.core.BlockPos; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtIo; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.tags.BlockTags; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Blocks; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.event.level.ExplosionEvent; - -public class WorldProp implements Supplier -{ - public static Map props = new HashMap(); - private Level world; - private BlockContainerList task; - - public WorldProp(){ - task = new BlockContainerList(); - } - - public void onTick() - { - task.tick(); - } - - public void onDetonate(ExplosionEvent ev) - { - Level w = ev.getLevel(); - //int maxTicks = 0; - - for(BlockPos p : ev.getExplosion().getToBlow()) - { - BlockState bsExplode = w.getBlockState(p); - if(!isValid(bsExplode))continue; - - if(!bsExplode.isAir() ){ - //int ticks = OTEServerConfig.HEALER_TIMER.get() + maxTicks + OTEServerConfig.TIME_BETWEEN_BLOCKS.get(); - //if(ticks<0) ticks = maxTicks + 10; - //maxTicks += 10; - int ticks = task.getNewLongestTick(); - - - addHeal(p, bsExplode, world, ticks); - } - } - } - - public void customEnqueue(StoredBlock sb) - { - int ticks = task.getNewLongestTick(); - sb.setTick(ticks); - task.add(sb); - } - - private void addHeal(BlockPos p, BlockState s, Level w, int tick) - { - StoredBlock sb = new StoredBlock(p, s, (ServerLevel)w); - sb.setTick(tick); - task.add(sb); - world.removeBlockEntity(p); - world.setBlock(p, Blocks.AIR.defaultBlockState(), 7); - } - - private boolean isValid(BlockState bs) - { - if(bs.is(BlockTags.DOORS) || bs.is(BlockTags.BEDS) || bs.is(BlockTags.TALL_FLOWERS) || bs.is(Blocks.TNT)){ - return false; - } else return true; - } - - - public static void SaveAll() - { - Path destBase = BlockSaver.getPath(); - String ext = BlockSaver.getExtension(); - - for (Map.Entry entry : props.entrySet()) { - // Perform saving - String dimsafe = WorldPosition.getDimSafe(entry.getKey()); - String pathTemp = destBase.toString()+"_"+dimsafe+ext; - - Path finalPath = Path.of(pathTemp); - CompoundTag fnl = new CompoundTag(); - - fnl = entry.getValue().task.save(fnl); - try { - NbtIo.writeCompressed(fnl, finalPath.toFile()); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } - } - - public void load(CompoundTag tag) - { - task = BlockContainerList.load(tag); - } - - public static WorldProp acquire(ServerLevel w) - { - if(props.containsKey(w)) - { - return props.get(w); - } - Path destBase = BlockSaver.getPath(); - String ext = BlockSaver.getExtension(); - String dimsafe = WorldPosition.getDimSafe(w); - String pathTemp = destBase.toString()+"_"+dimsafe+ext; - - Path finalPath = Path.of(pathTemp); - WorldProp nProp = new WorldProp(); - nProp.world=w; - - if(finalPath.toFile().exists()) - { - - try { - nProp.load(NbtIo.read(finalPath.toFile())); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - - } - - props.put(w,nProp); - return nProp; - } - - - @Override - public Object get() - { - return this; - } -} +package dev.zontreck.otemod.zschem; + +import java.io.IOException; +import java.nio.file.Path; +import java.util.HashMap; +import java.util.Map; +import java.util.function.Supplier; + +import dev.zontreck.libzontreck.vectors.WorldPosition; +import net.minecraft.core.BlockPos; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.NbtIo; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.tags.BlockTags; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.event.level.ExplosionEvent; + +public class WorldProp implements Supplier +{ + public static Map props = new HashMap(); + private Level world; + private BlockContainerList task; + + public WorldProp(){ + task = new BlockContainerList(); + } + + public void onTick() + { + task.tick(); + } + + public void onDetonate(ExplosionEvent ev) + { + Level w = ev.getLevel(); + //int maxTicks = 0; + + for(BlockPos p : ev.getExplosion().getToBlow()) + { + BlockState bsExplode = w.getBlockState(p); + if(!isValid(bsExplode))continue; + + if(!bsExplode.isAir() ){ + //int ticks = OTEServerConfig.HEALER_TIMER.get() + maxTicks + OTEServerConfig.TIME_BETWEEN_BLOCKS.get(); + //if(ticks<0) ticks = maxTicks + 10; + //maxTicks += 10; + int ticks = task.getNewLongestTick(); + + + addHeal(p, bsExplode, world, ticks); + } + } + } + + public void customEnqueue(StoredBlock sb) + { + int ticks = task.getNewLongestTick(); + sb.setTick(ticks); + task.add(sb); + } + + private void addHeal(BlockPos p, BlockState s, Level w, int tick) + { + StoredBlock sb = new StoredBlock(p, s, (ServerLevel)w); + sb.setTick(tick); + task.add(sb); + world.removeBlockEntity(p); + world.setBlock(p, Blocks.AIR.defaultBlockState(), 7); + } + + private boolean isValid(BlockState bs) + { + if(bs.is(BlockTags.DOORS) || bs.is(BlockTags.BEDS) || bs.is(BlockTags.TALL_FLOWERS) || bs.is(Blocks.TNT)){ + return false; + } else return true; + } + + + public static void SaveAll() + { + Path destBase = BlockSaver.getPath(); + String ext = BlockSaver.getExtension(); + + for (Map.Entry entry : props.entrySet()) { + // Perform saving + String dimsafe = WorldPosition.getDimSafe(entry.getKey()); + String pathTemp = destBase.toString()+"_"+dimsafe+ext; + + Path finalPath = Path.of(pathTemp); + CompoundTag fnl = new CompoundTag(); + + fnl = entry.getValue().task.save(fnl); + try { + NbtIo.writeCompressed(fnl, finalPath.toFile()); + } catch (IOException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + } + + public void load(CompoundTag tag) + { + task = BlockContainerList.load(tag); + } + + public static WorldProp acquire(ServerLevel w) + { + if(props.containsKey(w)) + { + return props.get(w); + } + Path destBase = BlockSaver.getPath(); + String ext = BlockSaver.getExtension(); + String dimsafe = WorldPosition.getDimSafe(w); + String pathTemp = destBase.toString()+"_"+dimsafe+ext; + + Path finalPath = Path.of(pathTemp); + WorldProp nProp = new WorldProp(); + nProp.world=w; + + if(finalPath.toFile().exists()) + { + + try { + nProp.load(NbtIo.read(finalPath.toFile())); + } catch (IOException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + props.put(w,nProp); + return nProp; + } + + + @Override + public Object get() + { + return this; + } +} diff --git a/src/main/java/dev/zontreck/thresholds/implementation/Messages.java b/src/main/java/dev/zontreck/thresholds/implementation/Messages.java deleted file mode 100644 index 4a344b6..0000000 --- a/src/main/java/dev/zontreck/thresholds/implementation/Messages.java +++ /dev/null @@ -1,32 +0,0 @@ -package dev.zontreck.thresholds.implementation; - -public class Messages { - public static final String THRESHOLDS_PREFIX; - public static final String PREFIX_UPDATED; - public static final String PREFIX_COLOR_UPDATED; - public static final String NICK_UPDATED; - public static final String NAME_COLOR_UPDATED; - public static final String CHAT_COLOR_UPDATED; - public static final String STARTER_FAILURE_CONSOLE; - public static final String STARTER_FAILURE_PERMISSIONS; - public static final String STARTER_KIT_GIVEN; - - public static final String FLIGHT_GIVEN; - public static final String FLIGHT_REMOVED; - - - static{ - THRESHOLDS_PREFIX = "!Dark_Gray![!Dark_Purple!Thresholds!Dark_Gray!] "; - - PREFIX_UPDATED = THRESHOLDS_PREFIX + " !Dark_Purple!Your prefix has been updated"; - PREFIX_COLOR_UPDATED = THRESHOLDS_PREFIX + "!Dark_Purple!Your prefix color has been updated"; - NICK_UPDATED = THRESHOLDS_PREFIX + "!Dark_Purple! Your nickname has been updated"; - NAME_COLOR_UPDATED = THRESHOLDS_PREFIX + "!Dark_Purple!Your name color has been updated"; - CHAT_COLOR_UPDATED = THRESHOLDS_PREFIX + "!Dark_Purple!Your chat color has been updated"; - STARTER_FAILURE_CONSOLE = THRESHOLDS_PREFIX + "!Dark_Red!This command can only be executed from within the game"; - STARTER_FAILURE_PERMISSIONS = THRESHOLDS_PREFIX + "!Dark_Red!This command can only be executed by server operators"; - STARTER_KIT_GIVEN = THRESHOLDS_PREFIX + "!Dark_Purple!You have been given a starter kit. Welcome to the server."; - FLIGHT_GIVEN = THRESHOLDS_PREFIX + "!Dark_Green!You start to feel lighter than a feather"; - FLIGHT_REMOVED = THRESHOLDS_PREFIX + "!Dark_Red!You have a sinking feeling you are no longer lighter than a feather."; - } -} diff --git a/src/main/java/dev/zontreck/thresholds/recipes/ModRecipes.java b/src/main/java/dev/zontreck/thresholds/recipes/ModRecipes.java deleted file mode 100644 index 57df711..0000000 --- a/src/main/java/dev/zontreck/thresholds/recipes/ModRecipes.java +++ /dev/null @@ -1,5 +0,0 @@ -package dev.zontreck.thresholds.recipes; - -public class ModRecipes { - -} diff --git a/src/main/resources/assets/thresholds/animations/possum.animation.json b/src/main/resources/assets/otemod/animations/possum.animation.json similarity index 100% rename from src/main/resources/assets/thresholds/animations/possum.animation.json rename to src/main/resources/assets/otemod/animations/possum.animation.json diff --git a/src/main/resources/assets/otemod/blockstates/aurora_block.json b/src/main/resources/assets/otemod/blockstates/aurora_block.json new file mode 100644 index 0000000..2e588b9 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/aurora_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/aurora_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/aurora_door.json b/src/main/resources/assets/otemod/blockstates/aurora_door.json similarity index 56% rename from src/main/resources/assets/thresholds/blockstates/aurora_door.json rename to src/main/resources/assets/otemod/blockstates/aurora_door.json index f6fb9ae..db06cd5 100644 --- a/src/main/resources/assets/thresholds/blockstates/aurora_door.json +++ b/src/main/resources/assets/otemod/blockstates/aurora_door.json @@ -1,124 +1,124 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { - "model": "thresholds:block/aurora_door_bottom" - }, - "facing=east,half=lower,hinge=left,open=true": { - "model": "thresholds:block/aurora_door_bottom_hinge", - "y": 90 - }, - "facing=east,half=lower,hinge=right,open=false": { - "model": "thresholds:block/aurora_door_bottom_hinge" - }, - "facing=east,half=lower,hinge=right,open=true": { - "model": "thresholds:block/aurora_door_bottom", - "y": 270 - }, - "facing=east,half=upper,hinge=left,open=false": { - "model": "thresholds:block/aurora_door_top" - }, - "facing=east,half=upper,hinge=left,open=true": { - "model": "thresholds:block/aurora_door_top_hinge", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=false": { - "model": "thresholds:block/aurora_door_top_hinge" - }, - "facing=east,half=upper,hinge=right,open=true": { - "model": "thresholds:block/aurora_door_top", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=false": { - "model": "thresholds:block/aurora_door_bottom", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=true": { - "model": "thresholds:block/aurora_door_bottom_hinge" - }, - "facing=north,half=lower,hinge=right,open=false": { - "model": "thresholds:block/aurora_door_bottom_hinge", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=true": { - "model": "thresholds:block/aurora_door_bottom", - "y": 180 - }, - "facing=north,half=upper,hinge=left,open=false": { - "model": "thresholds:block/aurora_door_top", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=true": { - "model": "thresholds:block/aurora_door_top_hinge" - }, - "facing=north,half=upper,hinge=right,open=false": { - "model": "thresholds:block/aurora_door_top_hinge", - "y": 270 - }, - "facing=north,half=upper,hinge=right,open=true": { - "model": "thresholds:block/aurora_door_top", - "y": 180 - }, - "facing=south,half=lower,hinge=left,open=false": { - "model": "thresholds:block/aurora_door_bottom", - "y": 90 - }, - "facing=south,half=lower,hinge=left,open=true": { - "model": "thresholds:block/aurora_door_bottom_hinge", - "y": 180 - }, - "facing=south,half=lower,hinge=right,open=false": { - "model": "thresholds:block/aurora_door_bottom_hinge", - "y": 90 - }, - "facing=south,half=lower,hinge=right,open=true": { - "model": "thresholds:block/aurora_door_bottom" - }, - "facing=south,half=upper,hinge=left,open=false": { - "model": "thresholds:block/aurora_door_top", - "y": 90 - }, - "facing=south,half=upper,hinge=left,open=true": { - "model": "thresholds:block/aurora_door_top_hinge", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=false": { - "model": "thresholds:block/aurora_door_top_hinge", - "y": 90 - }, - "facing=south,half=upper,hinge=right,open=true": { - "model": "thresholds:block/aurora_door_top" - }, - "facing=west,half=lower,hinge=left,open=false": { - "model": "thresholds:block/aurora_door_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=true": { - "model": "thresholds:block/aurora_door_bottom_hinge", - "y": 270 - }, - "facing=west,half=lower,hinge=right,open=false": { - "model": "thresholds:block/aurora_door_bottom_hinge", - "y": 180 - }, - "facing=west,half=lower,hinge=right,open=true": { - "model": "thresholds:block/aurora_door_bottom", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false": { - "model": "thresholds:block/aurora_door_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true": { - "model": "thresholds:block/aurora_door_top_hinge", - "y": 270 - }, - "facing=west,half=upper,hinge=right,open=false": { - "model": "thresholds:block/aurora_door_top_hinge", - "y": 180 - }, - "facing=west,half=upper,hinge=right,open=true": { - "model": "thresholds:block/aurora_door_top", - "y": 90 - } - } -} +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "otemod:block/aurora_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "otemod:block/aurora_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "otemod:block/aurora_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "otemod:block/aurora_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "otemod:block/aurora_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "otemod:block/aurora_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "otemod:block/aurora_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "otemod:block/aurora_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "otemod:block/aurora_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "otemod:block/aurora_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "otemod:block/aurora_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "otemod:block/aurora_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "otemod:block/aurora_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "otemod:block/aurora_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "otemod:block/aurora_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "otemod:block/aurora_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "otemod:block/aurora_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "otemod:block/aurora_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "otemod:block/aurora_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "otemod:block/aurora_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "otemod:block/aurora_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "otemod:block/aurora_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "otemod:block/aurora_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "otemod:block/aurora_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "otemod:block/aurora_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "otemod:block/aurora_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "otemod:block/aurora_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "otemod:block/aurora_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "otemod:block/aurora_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "otemod:block/aurora_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "otemod:block/aurora_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "otemod:block/aurora_door_top", + "y": 90 + } + } +} diff --git a/src/main/resources/assets/thresholds/blockstates/black.json b/src/main/resources/assets/otemod/blockstates/black.json similarity index 50% rename from src/main/resources/assets/thresholds/blockstates/black.json rename to src/main/resources/assets/otemod/blockstates/black.json index 297bc88..1271a8a 100644 --- a/src/main/resources/assets/thresholds/blockstates/black.json +++ b/src/main/resources/assets/otemod/blockstates/black.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "thresholds:block/black" + "model": "otemod:block/black" } } } diff --git a/src/main/resources/assets/otemod/blockstates/clear_glass_block.json b/src/main/resources/assets/otemod/blockstates/clear_glass_block.json new file mode 100644 index 0000000..e136983 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/clear_glass_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/clear_glass_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/cobalt_block.json b/src/main/resources/assets/otemod/blockstates/cobalt_block.json new file mode 100644 index 0000000..38ff815 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cobalt_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/cobalt_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/cobalt_ore.json b/src/main/resources/assets/otemod/blockstates/cobalt_ore.json similarity index 50% rename from src/main/resources/assets/thresholds/blockstates/cobalt_ore.json rename to src/main/resources/assets/otemod/blockstates/cobalt_ore.json index 8befe28..07756b1 100644 --- a/src/main/resources/assets/thresholds/blockstates/cobalt_ore.json +++ b/src/main/resources/assets/otemod/blockstates/cobalt_ore.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "thresholds:block/cobalt_ore" + "model": "otemod:block/cobalt_ore" } } } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/compressed_obsidian_block.json b/src/main/resources/assets/otemod/blockstates/compressed_obsidian_block.json new file mode 100644 index 0000000..9ddc5e1 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/compressed_obsidian_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/compressed_obsidian_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/compression_chamber.json b/src/main/resources/assets/otemod/blockstates/compression_chamber.json new file mode 100644 index 0000000..74b31fa --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/compression_chamber.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "otemod:block/compression_chamber" + }, + "facing=east": { + "model": "otemod:block/compression_chamber", + "y": 90 + }, + "facing=south": { + "model": "otemod:block/compression_chamber", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/compression_chamber", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/deepslate_eternium_ore_block.json b/src/main/resources/assets/otemod/blockstates/deepslate_eternium_ore_block.json new file mode 100644 index 0000000..30b7777 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/deepslate_eternium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deepslate_eternium_ore_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/deepslate_ilusium_ore_block.json b/src/main/resources/assets/otemod/blockstates/deepslate_ilusium_ore_block.json new file mode 100644 index 0000000..5421e1f --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/deepslate_ilusium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deepslate_ilusium_ore_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/eternium_block.json b/src/main/resources/assets/otemod/blockstates/eternium_block.json new file mode 100644 index 0000000..0702cd4 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/eternium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/eternium_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/eternium_ore_block.json b/src/main/resources/assets/otemod/blockstates/eternium_ore_block.json new file mode 100644 index 0000000..95bbbca --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/eternium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/eternium_ore_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/ilusium_block.json b/src/main/resources/assets/otemod/blockstates/ilusium_block.json new file mode 100644 index 0000000..2bad74c --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/ilusium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/ilusium_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/ilusium_ore_block.json b/src/main/resources/assets/otemod/blockstates/ilusium_ore_block.json new file mode 100644 index 0000000..18a26c2 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/ilusium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/ilusium_ore_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/ilusium_portal.json b/src/main/resources/assets/otemod/blockstates/ilusium_portal.json new file mode 100644 index 0000000..719bdd5 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/ilusium_portal.json @@ -0,0 +1,10 @@ +{ + "variants": { + "axis=x": { + "model": "otemod:block/ilusium_portal_ns" + }, + "axis=z": { + "model": "otemod:block/ilusium_portal_ew" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/item_scrubber.json b/src/main/resources/assets/otemod/blockstates/item_scrubber.json new file mode 100644 index 0000000..97ea8be --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/item_scrubber.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "otemod:block/item_scrubber" + }, + "facing=east": { + "model": "otemod:block/item_scrubber", + "y": 90 + }, + "facing=south": { + "model": "otemod:block/item_scrubber", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/item_scrubber", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/layered_compressed_obsidian_block.json b/src/main/resources/assets/otemod/blockstates/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..f6a7840 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/layered_compressed_obsidian_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/layered_compressed_obsidian_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/liminal_tile_slab.json b/src/main/resources/assets/otemod/blockstates/liminal_tile_slab.json new file mode 100644 index 0000000..81de078 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/liminal_tile_slab" + }, + "type=double": { + "model": "otemod:block/liminal_tiles" + }, + "type=top": { + "model": "otemod:block/liminal_tile_slab_top" + } + } +} diff --git a/src/main/resources/assets/thresholds/blockstates/liminal_tile_stairs.json b/src/main/resources/assets/otemod/blockstates/liminal_tile_stairs.json similarity index 61% rename from src/main/resources/assets/thresholds/blockstates/liminal_tile_stairs.json rename to src/main/resources/assets/otemod/blockstates/liminal_tile_stairs.json index 1c61186..9b404ce 100644 --- a/src/main/resources/assets/thresholds/blockstates/liminal_tile_stairs.json +++ b/src/main/resources/assets/otemod/blockstates/liminal_tile_stairs.json @@ -1,206 +1,206 @@ { "variants": { "facing=east,half=bottom,shape=inner_left": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "y": 270 }, "facing=east,half=bottom,shape=inner_right": { - "model": "thresholds:block/liminal_tile_stairs_inner" + "model": "otemod:block/liminal_tile_stairs_inner" }, "facing=east,half=bottom,shape=outer_left": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "y": 270 }, "facing=east,half=bottom,shape=outer_right": { - "model": "thresholds:block/liminal_tile_stairs_outer" + "model": "otemod:block/liminal_tile_stairs_outer" }, "facing=east,half=bottom,shape=straight": { - "model": "thresholds:block/liminal_tile_stairs" + "model": "otemod:block/liminal_tile_stairs" }, "facing=east,half=top,shape=inner_left": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "x": 180 }, "facing=east,half=top,shape=inner_right": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "x": 180, "y": 90 }, "facing=east,half=top,shape=outer_left": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "x": 180 }, "facing=east,half=top,shape=outer_right": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "x": 180, "y": 90 }, "facing=east,half=top,shape=straight": { - "model": "thresholds:block/liminal_tile_stairs", + "model": "otemod:block/liminal_tile_stairs", "uvlock": true, "x": 180 }, "facing=north,half=bottom,shape=inner_left": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "y": 180 }, "facing=north,half=bottom,shape=inner_right": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "y": 270 }, "facing=north,half=bottom,shape=outer_left": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "y": 180 }, "facing=north,half=bottom,shape=outer_right": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "y": 270 }, "facing=north,half=bottom,shape=straight": { - "model": "thresholds:block/liminal_tile_stairs", + "model": "otemod:block/liminal_tile_stairs", "uvlock": true, "y": 270 }, "facing=north,half=top,shape=inner_left": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "x": 180, "y": 270 }, "facing=north,half=top,shape=inner_right": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "x": 180 }, "facing=north,half=top,shape=outer_left": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "x": 180, "y": 270 }, "facing=north,half=top,shape=outer_right": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "x": 180 }, "facing=north,half=top,shape=straight": { - "model": "thresholds:block/liminal_tile_stairs", + "model": "otemod:block/liminal_tile_stairs", "uvlock": true, "x": 180, "y": 270 }, "facing=south,half=bottom,shape=inner_left": { - "model": "thresholds:block/liminal_tile_stairs_inner" + "model": "otemod:block/liminal_tile_stairs_inner" }, "facing=south,half=bottom,shape=inner_right": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "y": 90 }, "facing=south,half=bottom,shape=outer_left": { - "model": "thresholds:block/liminal_tile_stairs_outer" + "model": "otemod:block/liminal_tile_stairs_outer" }, "facing=south,half=bottom,shape=outer_right": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "y": 90 }, "facing=south,half=bottom,shape=straight": { - "model": "thresholds:block/liminal_tile_stairs", + "model": "otemod:block/liminal_tile_stairs", "uvlock": true, "y": 90 }, "facing=south,half=top,shape=inner_left": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "x": 180, "y": 90 }, "facing=south,half=top,shape=inner_right": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "x": 180, "y": 180 }, "facing=south,half=top,shape=outer_left": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "x": 180, "y": 90 }, "facing=south,half=top,shape=outer_right": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "x": 180, "y": 180 }, "facing=south,half=top,shape=straight": { - "model": "thresholds:block/liminal_tile_stairs", + "model": "otemod:block/liminal_tile_stairs", "uvlock": true, "x": 180, "y": 90 }, "facing=west,half=bottom,shape=inner_left": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "y": 90 }, "facing=west,half=bottom,shape=inner_right": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "y": 180 }, "facing=west,half=bottom,shape=outer_left": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "y": 90 }, "facing=west,half=bottom,shape=outer_right": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "y": 180 }, "facing=west,half=bottom,shape=straight": { - "model": "thresholds:block/liminal_tile_stairs", + "model": "otemod:block/liminal_tile_stairs", "uvlock": true, "y": 180 }, "facing=west,half=top,shape=inner_left": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "x": 180, "y": 180 }, "facing=west,half=top,shape=inner_right": { - "model": "thresholds:block/liminal_tile_stairs_inner", + "model": "otemod:block/liminal_tile_stairs_inner", "uvlock": true, "x": 180, "y": 270 }, "facing=west,half=top,shape=outer_left": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "x": 180, "y": 180 }, "facing=west,half=top,shape=outer_right": { - "model": "thresholds:block/liminal_tile_stairs_outer", + "model": "otemod:block/liminal_tile_stairs_outer", "uvlock": true, "x": 180, "y": 270 }, "facing=west,half=top,shape=straight": { - "model": "thresholds:block/liminal_tile_stairs", + "model": "otemod:block/liminal_tile_stairs", "uvlock": true, "x": 180, "y": 180 diff --git a/src/main/resources/assets/otemod/blockstates/liminal_tiles.json b/src/main/resources/assets/otemod/blockstates/liminal_tiles.json new file mode 100644 index 0000000..35e613d --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_tiles.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/liminal_tiles" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_window.json b/src/main/resources/assets/otemod/blockstates/liminal_window.json new file mode 100644 index 0000000..d36b1d4 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_window.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "otemod:block/liminal_window_abyss", + "x": 180 + }, + "facing=east": { + "model": "otemod:block/liminal_window_abyss", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "otemod:block/liminal_window_abyss", + "x": 90 + }, + "facing=south": { + "model": "otemod:block/liminal_window_abyss", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "otemod:block/liminal_window_abyss" + }, + "facing=west": { + "model": "otemod:block/liminal_window_abyss", + "x": 90, + "y": 270 + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_window_abyss.json b/src/main/resources/assets/otemod/blockstates/liminal_window_abyss.json new file mode 100644 index 0000000..d36b1d4 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_window_abyss.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "otemod:block/liminal_window_abyss", + "x": 180 + }, + "facing=east": { + "model": "otemod:block/liminal_window_abyss", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "otemod:block/liminal_window_abyss", + "x": 90 + }, + "facing=south": { + "model": "otemod:block/liminal_window_abyss", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "otemod:block/liminal_window_abyss" + }, + "facing=west": { + "model": "otemod:block/liminal_window_abyss", + "x": 90, + "y": 270 + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_window_dusk.json b/src/main/resources/assets/otemod/blockstates/liminal_window_dusk.json new file mode 100644 index 0000000..7116582 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_window_dusk.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "otemod:block/liminal_window_dusk", + "x": 180 + }, + "facing=east": { + "model": "otemod:block/liminal_window_dusk", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "otemod:block/liminal_window_dusk", + "x": 90 + }, + "facing=south": { + "model": "otemod:block/liminal_window_dusk", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "otemod:block/liminal_window_dusk" + }, + "facing=west": { + "model": "otemod:block/liminal_window_dusk", + "x": 90, + "y": 270 + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_window_noon.json b/src/main/resources/assets/otemod/blockstates/liminal_window_noon.json new file mode 100644 index 0000000..a46e597 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_window_noon.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "otemod:block/liminal_window_noon", + "x": 180 + }, + "facing=east": { + "model": "otemod:block/liminal_window_noon", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "otemod:block/liminal_window_noon", + "x": 90 + }, + "facing=south": { + "model": "otemod:block/liminal_window_noon", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "otemod:block/liminal_window_noon" + }, + "facing=west": { + "model": "otemod:block/liminal_window_noon", + "x": 90, + "y": 270 + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/magical_scrubber.json b/src/main/resources/assets/otemod/blockstates/magical_scrubber.json new file mode 100644 index 0000000..47b3ab4 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/magical_scrubber.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "otemod:block/magical_scrubber" + }, + "facing=east": { + "model": "otemod:block/magical_scrubber", + "y": 90 + }, + "facing=south": { + "model": "otemod:block/magical_scrubber", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/magical_scrubber", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/nether_vault_steel_ore_block.json b/src/main/resources/assets/otemod/blockstates/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..03c245d --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/nether_vault_steel_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/nether_vault_steel_ore_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/raw_cobalt_ore.json b/src/main/resources/assets/otemod/blockstates/raw_cobalt_ore.json new file mode 100644 index 0000000..7415438 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/raw_cobalt_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/raw_cobalt_ore" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/stable_singularity.json b/src/main/resources/assets/otemod/blockstates/stable_singularity.json new file mode 100644 index 0000000..c1226b8 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/stable_singularity.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/stable_singularity" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/vault_steel_ore_block.json b/src/main/resources/assets/otemod/blockstates/vault_steel_ore_block.json new file mode 100644 index 0000000..1021832 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/vault_steel_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/vault_steel_ore_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/geo/possum.geo.json b/src/main/resources/assets/otemod/geo/possum.geo.json similarity index 100% rename from src/main/resources/assets/thresholds/geo/possum.geo.json rename to src/main/resources/assets/otemod/geo/possum.geo.json diff --git a/src/main/resources/assets/otemod/lang/en_us.json b/src/main/resources/assets/otemod/lang/en_us.json new file mode 100644 index 0000000..f60a95d --- /dev/null +++ b/src/main/resources/assets/otemod/lang/en_us.json @@ -0,0 +1,92 @@ +{ + "key.otemod.open_vault": "Opens Vault 0", + "key.category.otemod": "Only The Essentials", + + "itemGroup.tabs.otemod": "OTEMod", + + + "item.otemod.eternium_ore": "Raw Eternium Ore", + "item.otemod.ihan_crystal": "Ihan Crystal", + "item.otemod.ihan_crystal.levels": "Stored XP: ", + "item.otemod.ihan_crystal.empty": "* Crystal Is Empty *", + "item.otemod.ihan_crystal.need_repair": "Ihan Crystal must now be repaired", + "item.otemod.ihan_crystal.durability": "Durability: ", + "item.otemod.eternium_fragment": "Fragmented Eternium", + "item.otemod.eternium_dust": "Eternium Dust", + "item.otemod.aurora_compound": "Aurora Compound", + "item.otemod.melted_ender_pearl": "Melted Ender Pearl", + "item.otemod.eternium_ingot": "Eternium Ingot", + "item.otemod.eternium_rod": "Eternium Rod", + "item.otemod.singularity": "Unstable Singularity", + "item.otemod.scrubber_frame_piece": "Scrubber Frame Component", + "item.otemod.scrubber_frame": "Scrubber Frame", + "item.otemod.possum_spawn_egg": "Possum Spawn Egg", + "item.otemod.vault": "Vault", + "item.otemod.vault_steel_ingot": "Vault Steel Ingot", + "item.otemod.vault_fragment_lower_left": "Vault Fragment", + "item.otemod.vault_fragment_lower_right": "Vault Fragment", + "item.otemod.vault_fragment_upper": "Vault Fragment", + "item.otemod.vault_fragment_upper_left": "Vault Fragment", + "item.otemod.vault_fragment_upper_right": "Vault Fragment", + "item.otemod.vault_fragment_lower": "Vault Fragment", + "item.otemod.vault_fragment_left": "Vault Fragment", + "item.otemod.vault_fragment_right": "Vault Fragment", + "item.otemod.vault_fragment_center": "Vault Fragment", + "item.otemod.raw_vault_steel_ore": "Raw Vault Steel", + "item.otemod.poss_ball": "Physics Operated Storage System (POSS)", + "item.otemod.ilusium_ingot": "Ilusium Ingot", + "item.otemod.ilusium_rod": "Ilusium Rod", + "item.otemod.ilusium_dust": "Ilusium Dust", + "item.otemod.ilusium_ore": "Raw Ilusium Ore", + "item.otemod.empty_spawn_egg": "Empty Spawn Egg", + "item.otemod.compressed_obsidian_sheet": "Sheet of Compressed Obsidian", + "item.otemod.layered_compressed_obsidian_sheet": "Layered Sheet of Compressed Obsidian", + "item.otemod.encased_singularity": "Encased Singualrity", + "item.otemod.encased_singularity.desc": "A singularity encased in stone, ready to be further compressed into bedrock", + + + "block.otemod.eternium_ore_block": "Eternium Ore", + "block.otemod.deepslate_eternium_ore_block": "Deepslate Eternium Ore", + "block.otemod.aurora_block": "Aurora Block", + "block.otemod.aurora_door": "Aurora Door", + "block.otemod.clear_glass_block": "Clear Glass Block", + "block.otemod.item_scrubber": "Item Scrubber", + "block.otemod.magical_scrubber": "Magical Scrubber", + "block.otemod.stable_singularity": "Stable Singularity", + "block.otemod.vault_steel_ore_block": "Vault Steel Ore", + "block.otemod.nether_vault_steel_ore_block": "Nether Vault Steel Ore", + "block.otemod.eternium_block": "Block of Eternium", + "block.otemod.liminal_tiles": "Liminal Tiles", + "block.otemod.black": "The Void", + "block.otemod.liminal_tile_stairs": "Liminal Stairs", + "block.otemod.liminal_tile_slab": "Liminal Slab", + "block.otemod.ilusium_ore_block": "Ilusium Ore Block", + "block.otemod.deepslate_ilusium_ore_block": "Deepslate Ilusium Ore Block", + "block.otemod.ilusium_block": "Block of Ilusium", + "block.otemod.ilusium_portal": "Ilusium Portal", + "block.otemod.compression_chamber": "Compression Chamber", + "block.otemod.compressed_obsidian_block": "Block of Compressed Obsidian", + "block.otemod.layered_compressed_obsidian_block": "Layered Block of Compressed Obsidian", + + + "enchantment.otemod.mob_egging": "Mob Egging", + "enchantment.otemod.player_flight": "Flight", + "enchantment.otemod.mob_egging.desc": "Chance of mob spawn eggs to drop", + "enchantment.otemod.player_flight.desc": "Allows you to fly!", + "enchantment.otemod.borrowed_protection": "Borrowed Protection", + "enchantment.otemod.borrowed_protection.desc": "Borrows protection from any nearby player.", + "enchantment.otemod.night_vision": "Night Vision", + + "effect.otemod.flight": "Flight", + + + "dev.zontreck.otemod.msgs.only_player": "§cOnly players are allowed to execute this command", + + "dev.zontreck.otemod.msgs.command_cooling_down": "This command is currently on cooldown. You must wait for ", + "dev.zontreck.otemod.msgs.command_cooling_down_seconds": "seconds.", + + "dev.zontreck.otemod.msgs.warps.set.success": "Warp successfully created", + "dev.zontreck.otemod.msgs.warps.del.success": "Warp successfully deleted", + "dev.zontreck.otemod.msgs.warps.set.fail": "Failed to create warp", + "dev.zontreck.otemod.msgs.warps.del.fail": "Failed to delete warp" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/aurora_block.json b/src/main/resources/assets/otemod/models/block/aurora_block.json similarity index 98% rename from src/main/resources/assets/thresholds/models/block/aurora_block.json rename to src/main/resources/assets/otemod/models/block/aurora_block.json index b34ba7b..652f36b 100644 --- a/src/main/resources/assets/thresholds/models/block/aurora_block.json +++ b/src/main/resources/assets/otemod/models/block/aurora_block.json @@ -3,9 +3,9 @@ "render_type": "minecraft:translucent", "texture_size": [64, 64], "textures": { - "0": "thresholds:block/aurora/body", - "1": "thresholds:block/aurora/inside", - "particle": "thresholds:block/aurora/body" + "0": "otemod:block/aurora/body", + "1": "otemod:block/aurora/inside", + "particle": "otemod:block/aurora/body" }, "elements": [ { diff --git a/src/main/resources/assets/thresholds/models/block/aurora_door_bottom.json b/src/main/resources/assets/otemod/models/block/aurora_door_bottom.json similarity index 96% rename from src/main/resources/assets/thresholds/models/block/aurora_door_bottom.json rename to src/main/resources/assets/otemod/models/block/aurora_door_bottom.json index 76dbad0..7e19952 100644 --- a/src/main/resources/assets/thresholds/models/block/aurora_door_bottom.json +++ b/src/main/resources/assets/otemod/models/block/aurora_door_bottom.json @@ -1,8 +1,8 @@ -{ - "parent": "minecraft:block/door_bottom", - "render_type": "minecraft:translucent", - "textures": { - "top": "minecraft:block/aurora_door_top", - "bottom": "minecraft:block/aurora_door_bottom" - } -} +{ + "parent": "minecraft:block/door_bottom", + "render_type": "minecraft:translucent", + "textures": { + "top": "minecraft:block/aurora_door_top", + "bottom": "minecraft:block/aurora_door_bottom" + } +} diff --git a/src/main/resources/assets/thresholds/models/block/aurora_door_bottom_hinge.json b/src/main/resources/assets/otemod/models/block/aurora_door_bottom_hinge.json similarity index 96% rename from src/main/resources/assets/thresholds/models/block/aurora_door_bottom_hinge.json rename to src/main/resources/assets/otemod/models/block/aurora_door_bottom_hinge.json index 1f67606..ef3190c 100644 --- a/src/main/resources/assets/thresholds/models/block/aurora_door_bottom_hinge.json +++ b/src/main/resources/assets/otemod/models/block/aurora_door_bottom_hinge.json @@ -1,8 +1,8 @@ -{ - "parent": "minecraft:block/door_bottom_rh", - "render_type": "minecraft:translucent", - "textures": { - "top": "minecraft:block/aurora_door_top", - "bottom": "minecraft:block/aurora_door_bottom" - } -} +{ + "parent": "minecraft:block/door_bottom_rh", + "render_type": "minecraft:translucent", + "textures": { + "top": "minecraft:block/aurora_door_top", + "bottom": "minecraft:block/aurora_door_bottom" + } +} diff --git a/src/main/resources/assets/thresholds/models/block/aurora_door_top.json b/src/main/resources/assets/otemod/models/block/aurora_door_top.json similarity index 96% rename from src/main/resources/assets/thresholds/models/block/aurora_door_top.json rename to src/main/resources/assets/otemod/models/block/aurora_door_top.json index 06d5945..0b6d867 100644 --- a/src/main/resources/assets/thresholds/models/block/aurora_door_top.json +++ b/src/main/resources/assets/otemod/models/block/aurora_door_top.json @@ -1,8 +1,8 @@ -{ - "parent": "minecraft:block/door_top", - "render_type": "minecraft:translucent", - "textures": { - "top": "minecraft:block/aurora_door_top", - "bottom": "minecraft:block/aurora_door_bottom" - } -} +{ + "parent": "minecraft:block/door_top", + "render_type": "minecraft:translucent", + "textures": { + "top": "minecraft:block/aurora_door_top", + "bottom": "minecraft:block/aurora_door_bottom" + } +} diff --git a/src/main/resources/assets/thresholds/models/block/aurora_door_top_hinge.json b/src/main/resources/assets/otemod/models/block/aurora_door_top_hinge.json similarity index 96% rename from src/main/resources/assets/thresholds/models/block/aurora_door_top_hinge.json rename to src/main/resources/assets/otemod/models/block/aurora_door_top_hinge.json index 67d94f8..5050932 100644 --- a/src/main/resources/assets/thresholds/models/block/aurora_door_top_hinge.json +++ b/src/main/resources/assets/otemod/models/block/aurora_door_top_hinge.json @@ -1,8 +1,8 @@ -{ - "parent": "minecraft:block/door_top_rh", - "render_type": "minecraft:translucent", - "textures": { - "top": "minecraft:block/aurora_door_top", - "bottom": "minecraft:block/aurora_door_bottom" - } -} +{ + "parent": "minecraft:block/door_top_rh", + "render_type": "minecraft:translucent", + "textures": { + "top": "minecraft:block/aurora_door_top", + "bottom": "minecraft:block/aurora_door_bottom" + } +} diff --git a/src/main/resources/assets/thresholds/models/block/black.json b/src/main/resources/assets/otemod/models/block/black.json similarity index 64% rename from src/main/resources/assets/thresholds/models/block/black.json rename to src/main/resources/assets/otemod/models/block/black.json index 52e27d3..ea61ef8 100644 --- a/src/main/resources/assets/thresholds/models/block/black.json +++ b/src/main/resources/assets/otemod/models/block/black.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/cube_all", "textures": { - "all": "thresholds:block/black" + "all": "otemod:block/black" } } diff --git a/src/main/resources/assets/thresholds/models/block/clear_glass_block.json b/src/main/resources/assets/otemod/models/block/clear_glass_block.json similarity index 66% rename from src/main/resources/assets/thresholds/models/block/clear_glass_block.json rename to src/main/resources/assets/otemod/models/block/clear_glass_block.json index eb47f62..ff71568 100644 --- a/src/main/resources/assets/thresholds/models/block/clear_glass_block.json +++ b/src/main/resources/assets/otemod/models/block/clear_glass_block.json @@ -2,6 +2,6 @@ "parent": "block/cube_all", "render_type": "minecraft:translucent", "textures": { - "all": "thresholds:block/clear_glass_block" + "all": "otemod:block/clear_glass_block" } } diff --git a/src/main/resources/assets/thresholds/models/block/cobalt_block.json b/src/main/resources/assets/otemod/models/block/cobalt_block.json similarity index 55% rename from src/main/resources/assets/thresholds/models/block/cobalt_block.json rename to src/main/resources/assets/otemod/models/block/cobalt_block.json index fe5f9f9..6cb58cd 100644 --- a/src/main/resources/assets/thresholds/models/block/cobalt_block.json +++ b/src/main/resources/assets/otemod/models/block/cobalt_block.json @@ -1,6 +1,6 @@ { "parent": "block/cube_all", "textures": { - "all": "thresholds:block/cobalt_block" + "all": "otemod:block/cobalt_block" } } \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/cobalt_ore.json b/src/main/resources/assets/otemod/models/block/cobalt_ore.json similarity index 56% rename from src/main/resources/assets/thresholds/models/block/cobalt_ore.json rename to src/main/resources/assets/otemod/models/block/cobalt_ore.json index a5faeab..8590da0 100644 --- a/src/main/resources/assets/thresholds/models/block/cobalt_ore.json +++ b/src/main/resources/assets/otemod/models/block/cobalt_ore.json @@ -1,6 +1,6 @@ { "parent": "block/cube_all", "textures": { - "all": "thresholds:block/cobalt_ore" + "all": "otemod:block/cobalt_ore" } } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/compressed_obsidian_block.json b/src/main/resources/assets/otemod/models/block/compressed_obsidian_block.json new file mode 100644 index 0000000..12b48b0 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/compressed_obsidian_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/compressed_obsidian_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/compression_chamber.bbmodel b/src/main/resources/assets/otemod/models/block/compression_chamber.bbmodel similarity index 100% rename from src/main/resources/assets/thresholds/models/block/compression_chamber.bbmodel rename to src/main/resources/assets/otemod/models/block/compression_chamber.bbmodel diff --git a/src/main/resources/assets/thresholds/models/block/compression_chamber.json b/src/main/resources/assets/otemod/models/block/compression_chamber.json similarity index 87% rename from src/main/resources/assets/thresholds/models/block/compression_chamber.json rename to src/main/resources/assets/otemod/models/block/compression_chamber.json index 7861a4d..38266b0 100644 --- a/src/main/resources/assets/thresholds/models/block/compression_chamber.json +++ b/src/main/resources/assets/otemod/models/block/compression_chamber.json @@ -2,12 +2,12 @@ "credit": "Made with Blockbench", "texture_size": [32, 32], "textures": { - "0": "thresholds:block/compression_chamber/bottom_plate", - "1": "thresholds:block/compression_chamber/support0", - "2": "thresholds:block/compression_chamber/power", - "3": "thresholds:block/compression_chamber/compression_lid", - "4": "thresholds:block/compression_chamber/compressor", - "particle": "thresholds:block/compression_chamber/bottom_plate" + "0": "otemod:block/compression_chamber/bottom_plate", + "1": "otemod:block/compression_chamber/support0", + "2": "otemod:block/compression_chamber/power", + "3": "otemod:block/compression_chamber/compression_lid", + "4": "otemod:block/compression_chamber/compressor", + "particle": "otemod:block/compression_chamber/bottom_plate" }, "elements": [ { diff --git a/src/main/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json b/src/main/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json new file mode 100644 index 0000000..60fd21c --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/deepslate_eternium_ore_block" + } +} diff --git a/src/main/resources/assets/otemod/models/block/deepslate_ilusium_ore_block.json b/src/main/resources/assets/otemod/models/block/deepslate_ilusium_ore_block.json new file mode 100644 index 0000000..58e5831 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/deepslate_ilusium_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/deepslate_ilusium_ore_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/eternium_block.json b/src/main/resources/assets/otemod/models/block/eternium_block.json similarity index 54% rename from src/main/resources/assets/thresholds/models/block/eternium_block.json rename to src/main/resources/assets/otemod/models/block/eternium_block.json index 69d9a98..635a93e 100644 --- a/src/main/resources/assets/thresholds/models/block/eternium_block.json +++ b/src/main/resources/assets/otemod/models/block/eternium_block.json @@ -1,6 +1,6 @@ { "parent": "block/cube_all", "textures": { - "all": "thresholds:block/eternium_block" + "all": "otemod:block/eternium_block" } } \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/eternium_ore_block.json b/src/main/resources/assets/otemod/models/block/eternium_ore_block.json similarity index 52% rename from src/main/resources/assets/thresholds/models/block/eternium_ore_block.json rename to src/main/resources/assets/otemod/models/block/eternium_ore_block.json index 69510e8..ac2cf9b 100644 --- a/src/main/resources/assets/thresholds/models/block/eternium_ore_block.json +++ b/src/main/resources/assets/otemod/models/block/eternium_ore_block.json @@ -1,6 +1,6 @@ { "parent": "block/cube_all", "textures": { - "all": "thresholds:block/eternium_ore_block" + "all": "otemod:block/eternium_ore_block" } } diff --git a/src/main/resources/assets/thresholds/models/block/ilusium_block.json b/src/main/resources/assets/otemod/models/block/ilusium_block.json similarity index 55% rename from src/main/resources/assets/thresholds/models/block/ilusium_block.json rename to src/main/resources/assets/otemod/models/block/ilusium_block.json index 1a6c11a..088268d 100644 --- a/src/main/resources/assets/thresholds/models/block/ilusium_block.json +++ b/src/main/resources/assets/otemod/models/block/ilusium_block.json @@ -1,6 +1,6 @@ { "parent": "block/cube_all", "textures": { - "all": "thresholds:block/ilusium_block" + "all": "otemod:block/ilusium_block" } } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/ilusium_ore_block.json b/src/main/resources/assets/otemod/models/block/ilusium_ore_block.json new file mode 100644 index 0000000..ea3c7b6 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/ilusium_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/ilusium_ore_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/ilusium_portal_ew.json b/src/main/resources/assets/otemod/models/block/ilusium_portal_ew.json similarity index 100% rename from src/main/resources/assets/thresholds/models/block/ilusium_portal_ew.json rename to src/main/resources/assets/otemod/models/block/ilusium_portal_ew.json diff --git a/src/main/resources/assets/thresholds/models/block/ilusium_portal_ns.json b/src/main/resources/assets/otemod/models/block/ilusium_portal_ns.json similarity index 100% rename from src/main/resources/assets/thresholds/models/block/ilusium_portal_ns.json rename to src/main/resources/assets/otemod/models/block/ilusium_portal_ns.json diff --git a/src/main/resources/assets/thresholds/models/block/item_scrubber.json b/src/main/resources/assets/otemod/models/block/item_scrubber.json similarity index 97% rename from src/main/resources/assets/thresholds/models/block/item_scrubber.json rename to src/main/resources/assets/otemod/models/block/item_scrubber.json index 3e696a8..3fb1b2d 100644 --- a/src/main/resources/assets/thresholds/models/block/item_scrubber.json +++ b/src/main/resources/assets/otemod/models/block/item_scrubber.json @@ -3,9 +3,9 @@ "render_type": "minecraft:translucent", "texture_size": [64, 64], "textures": { - "0": "thresholds:block/scrubber/scrubber_top", - "1": "thresholds:block/scrubber/scrubber_old_internal_cube", - "particle": "thresholds:block/scrubber/scrubber_old_internal_cube" + "0": "otemod:block/scrubber/scrubber_top", + "1": "otemod:block/scrubber/scrubber_old_internal_cube", + "particle": "otemod:block/scrubber/scrubber_old_internal_cube" }, "elements": [ { diff --git a/src/main/resources/assets/otemod/models/block/item_scrubber.json.old b/src/main/resources/assets/otemod/models/block/item_scrubber.json.old new file mode 100644 index 0000000..20d1dbf --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/item_scrubber.json.old @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "down": "otemod:block/scrubber/scrubber_bottom", + "up": "otemod:block/scrubber/scrubber_top", + "south": "otemod:block/scrubber/scrubber_front", + "west": "otemod:block/scrubber/scrubber_left", + "north": "otemod:block/scrubber/scrubber_back", + "east": "otemod:block/scrubber/scrubber_right" + } + } + \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/layered_compressed_obsidian_block.json b/src/main/resources/assets/otemod/models/block/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..ee18a44 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/layered_compressed_obsidian_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/layered_compressed_obsidian_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/liminal_tile_slab.json b/src/main/resources/assets/otemod/models/block/liminal_tile_slab.json new file mode 100644 index 0000000..62398a4 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/liminal_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/liminal_tiles", + "side": "otemod:block/liminal_tiles", + "top": "otemod:block/liminal_tiles" + } +} diff --git a/src/main/resources/assets/otemod/models/block/liminal_tile_slab_top.json b/src/main/resources/assets/otemod/models/block/liminal_tile_slab_top.json new file mode 100644 index 0000000..113bd94 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/liminal_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/liminal_tiles", + "side": "otemod:block/liminal_tiles", + "top": "otemod:block/liminal_tiles" + } +} diff --git a/src/main/resources/assets/otemod/models/block/liminal_tile_stairs.json b/src/main/resources/assets/otemod/models/block/liminal_tile_stairs.json new file mode 100644 index 0000000..24776c9 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/liminal_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/liminal_tiles", + "side": "otemod:block/liminal_tiles", + "top": "otemod:block/liminal_tiles" + } +} diff --git a/src/main/resources/assets/otemod/models/block/liminal_tile_stairs_inner.json b/src/main/resources/assets/otemod/models/block/liminal_tile_stairs_inner.json new file mode 100644 index 0000000..6c8ecbe --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/liminal_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/liminal_tiles", + "side": "otemod:block/liminal_tiles", + "top": "otemod:block/liminal_tiles" + } +} diff --git a/src/main/resources/assets/otemod/models/block/liminal_tile_stairs_outer.json b/src/main/resources/assets/otemod/models/block/liminal_tile_stairs_outer.json new file mode 100644 index 0000000..01f2088 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/liminal_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/liminal_tiles", + "side": "otemod:block/liminal_tiles", + "top": "otemod:block/liminal_tiles" + } +} diff --git a/src/main/resources/assets/thresholds/models/block/liminal_tiles.json b/src/main/resources/assets/otemod/models/block/liminal_tiles.json similarity index 59% rename from src/main/resources/assets/thresholds/models/block/liminal_tiles.json rename to src/main/resources/assets/otemod/models/block/liminal_tiles.json index b3fb7cf..5c4154d 100644 --- a/src/main/resources/assets/thresholds/models/block/liminal_tiles.json +++ b/src/main/resources/assets/otemod/models/block/liminal_tiles.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/cube_all", "textures": { - "all": "thresholds:block/liminal_tiles" + "all": "otemod:block/liminal_tiles" } } diff --git a/src/main/resources/assets/thresholds/models/block/liminal_window.json b/src/main/resources/assets/otemod/models/block/liminal_window.json similarity index 100% rename from src/main/resources/assets/thresholds/models/block/liminal_window.json rename to src/main/resources/assets/otemod/models/block/liminal_window.json diff --git a/src/main/resources/assets/otemod/models/block/liminal_window_abyss.json b/src/main/resources/assets/otemod/models/block/liminal_window_abyss.json new file mode 100644 index 0000000..5fe777e --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/liminal_window_abyss.json @@ -0,0 +1,10 @@ +{ + "parent": "block/block", + "textures": { + "particle": "otemod:block/liminal_tiles" + }, + "specialmodels": { + "otemod:sky_abyss": "otemod:block/liminal_window" + }, + "elements": [] +} diff --git a/src/main/resources/assets/otemod/models/block/liminal_window_dusk.json b/src/main/resources/assets/otemod/models/block/liminal_window_dusk.json new file mode 100644 index 0000000..195fc3f --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/liminal_window_dusk.json @@ -0,0 +1,10 @@ +{ + "parent": "block/block", + "textures": { + "particle": "otemod:block/liminal_tiles" + }, + "specialmodels": { + "otemod:sky_dusk": "otemod:block/liminal_window" + }, + "elements": [] +} diff --git a/src/main/resources/assets/otemod/models/block/liminal_window_noon.json b/src/main/resources/assets/otemod/models/block/liminal_window_noon.json new file mode 100644 index 0000000..cbbbfa9 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/liminal_window_noon.json @@ -0,0 +1,10 @@ +{ + "parent": "block/block", + "textures": { + "particle": "otemod:block/liminal_tiles" + }, + "specialmodels": { + "otemod:sky_noon": "otemod:block/liminal_window" + }, + "elements": [] +} diff --git a/src/main/resources/assets/thresholds/models/block/magical_scrubber.json b/src/main/resources/assets/otemod/models/block/magical_scrubber.json similarity index 99% rename from src/main/resources/assets/thresholds/models/block/magical_scrubber.json rename to src/main/resources/assets/otemod/models/block/magical_scrubber.json index 5ab0b8b..5422e79 100644 --- a/src/main/resources/assets/thresholds/models/block/magical_scrubber.json +++ b/src/main/resources/assets/otemod/models/block/magical_scrubber.json @@ -3,11 +3,11 @@ "render_type": "minecraft:translucent", "texture_size": [32, 32], "textures": { - "0": "thresholds:block/scrubber/center_cube", - "1": "thresholds:block/scrubber/frame_bars", - "2": "thresholds:block/scrubber/inner_corner_cubes", - "3": "thresholds:block/scrubber/corner_cube", - "particle": "thresholds:block/scrubber/center_cube" + "0": "otemod:block/scrubber/center_cube", + "1": "otemod:block/scrubber/frame_bars", + "2": "otemod:block/scrubber/inner_corner_cubes", + "3": "otemod:block/scrubber/corner_cube", + "particle": "otemod:block/scrubber/center_cube" }, "elements": [ { diff --git a/src/main/resources/assets/otemod/models/block/nether_vault_steel_ore_block.json b/src/main/resources/assets/otemod/models/block/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..eca4c4a --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/nether_vault_steel_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/nether_vault_steel_ore_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/raw_cobalt_ore.json b/src/main/resources/assets/otemod/models/block/raw_cobalt_ore.json similarity index 55% rename from src/main/resources/assets/thresholds/models/block/raw_cobalt_ore.json rename to src/main/resources/assets/otemod/models/block/raw_cobalt_ore.json index d2b6513..d51383c 100644 --- a/src/main/resources/assets/thresholds/models/block/raw_cobalt_ore.json +++ b/src/main/resources/assets/otemod/models/block/raw_cobalt_ore.json @@ -1,6 +1,6 @@ { "parent": "block/cube_all", "textures": { - "all": "thresholds:block/raw_cobalt_ore" + "all": "otemod:block/raw_cobalt_ore" } } diff --git a/src/main/resources/assets/thresholds/models/block/stable_singularity.json b/src/main/resources/assets/otemod/models/block/stable_singularity.json similarity index 98% rename from src/main/resources/assets/thresholds/models/block/stable_singularity.json rename to src/main/resources/assets/otemod/models/block/stable_singularity.json index 57e9bc3..7475a6c 100644 --- a/src/main/resources/assets/thresholds/models/block/stable_singularity.json +++ b/src/main/resources/assets/otemod/models/block/stable_singularity.json @@ -2,9 +2,9 @@ "credit": "Made with Blockbench", "render_type": "minecraft:translucent", "textures": { - "0": "thresholds:block/scrubber/stable_singularity_body", - "1": "thresholds:block/scrubber/stable_singularity_inner", - "particle": "thresholds:block/scrubber/stable_singularity_body" + "0": "otemod:block/scrubber/stable_singularity_body", + "1": "otemod:block/scrubber/stable_singularity_inner", + "particle": "otemod:block/scrubber/stable_singularity_body" }, "elements": [ { diff --git a/src/main/resources/assets/otemod/models/block/vault_steel_ore_block.json b/src/main/resources/assets/otemod/models/block/vault_steel_ore_block.json new file mode 100644 index 0000000..44facf0 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/vault_steel_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/vault_steel_ore_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/aurora_block.json b/src/main/resources/assets/otemod/models/item/aurora_block.json new file mode 100644 index 0000000..5131219 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/aurora_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/aurora_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/eternium_ore.json b/src/main/resources/assets/otemod/models/item/aurora_compound.json similarity index 54% rename from src/main/resources/assets/thresholds/models/item/eternium_ore.json rename to src/main/resources/assets/otemod/models/item/aurora_compound.json index 210208e..d274400 100644 --- a/src/main/resources/assets/thresholds/models/item/eternium_ore.json +++ b/src/main/resources/assets/otemod/models/item/aurora_compound.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/eternium_ore" + "layer0": "otemod:item/aurora_compound" } } diff --git a/src/main/resources/assets/thresholds/models/item/aurora_door.json b/src/main/resources/assets/otemod/models/item/aurora_door.json similarity index 59% rename from src/main/resources/assets/thresholds/models/item/aurora_door.json rename to src/main/resources/assets/otemod/models/item/aurora_door.json index f596b7f..7c36c37 100644 --- a/src/main/resources/assets/thresholds/models/item/aurora_door.json +++ b/src/main/resources/assets/otemod/models/item/aurora_door.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "thresholds:item/aurora_door" + "layer0": "otemod:item/aurora_door" } } diff --git a/src/main/resources/assets/otemod/models/item/black.json b/src/main/resources/assets/otemod/models/item/black.json new file mode 100644 index 0000000..b8ba48d --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/black.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/black" +} diff --git a/src/main/resources/assets/thresholds/models/item/clear_glass_block.json b/src/main/resources/assets/otemod/models/item/clear_glass_block.json similarity index 100% rename from src/main/resources/assets/thresholds/models/item/clear_glass_block.json rename to src/main/resources/assets/otemod/models/item/clear_glass_block.json diff --git a/src/main/resources/assets/otemod/models/item/cobalt_block.json b/src/main/resources/assets/otemod/models/item/cobalt_block.json new file mode 100644 index 0000000..96dcb47 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cobalt_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cobalt_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/cobalt_ingot.json b/src/main/resources/assets/otemod/models/item/cobalt_ingot.json similarity index 54% rename from src/main/resources/assets/thresholds/models/item/cobalt_ingot.json rename to src/main/resources/assets/otemod/models/item/cobalt_ingot.json index 0ab3600..5e38bda 100644 --- a/src/main/resources/assets/thresholds/models/item/cobalt_ingot.json +++ b/src/main/resources/assets/otemod/models/item/cobalt_ingot.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/cobalt_ingot" + "layer0": "otemod:item/cobalt_ingot" } } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/cobalt_ore.json b/src/main/resources/assets/otemod/models/item/cobalt_ore.json new file mode 100644 index 0000000..62affcb --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cobalt_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cobalt_ore" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/compressed_obsidian_block.json b/src/main/resources/assets/otemod/models/item/compressed_obsidian_block.json new file mode 100644 index 0000000..551faf2 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/compressed_obsidian_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/compressed_obsidian_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/eternium_fragment.json b/src/main/resources/assets/otemod/models/item/compressed_obsidian_sheet.json similarity index 50% rename from src/main/resources/assets/thresholds/models/item/eternium_fragment.json rename to src/main/resources/assets/otemod/models/item/compressed_obsidian_sheet.json index 251b5a0..ef4deef 100644 --- a/src/main/resources/assets/thresholds/models/item/eternium_fragment.json +++ b/src/main/resources/assets/otemod/models/item/compressed_obsidian_sheet.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/eternium_fragment" + "layer0": "otemod:item/compressed_obsidian_sheet" } } diff --git a/src/main/resources/assets/otemod/models/item/compression_chamber.json b/src/main/resources/assets/otemod/models/item/compression_chamber.json new file mode 100644 index 0000000..901cb9a --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/compression_chamber.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/compression_chamber" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/deepslate_eternium_ore_block.json b/src/main/resources/assets/otemod/models/item/deepslate_eternium_ore_block.json new file mode 100644 index 0000000..dbbc826 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/deepslate_eternium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deepslate_eternium_ore_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/deepslate_ilusium_ore_block.json b/src/main/resources/assets/otemod/models/item/deepslate_ilusium_ore_block.json new file mode 100644 index 0000000..ec1f0a0 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/deepslate_ilusium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deepslate_ilusium_ore_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/empty_spawn_egg.json b/src/main/resources/assets/otemod/models/item/empty_spawn_egg.json similarity index 53% rename from src/main/resources/assets/thresholds/models/item/empty_spawn_egg.json rename to src/main/resources/assets/otemod/models/item/empty_spawn_egg.json index 41e3a72..a8db4fb 100644 --- a/src/main/resources/assets/thresholds/models/item/empty_spawn_egg.json +++ b/src/main/resources/assets/otemod/models/item/empty_spawn_egg.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/empty_spawn_egg" + "layer0": "otemod:item/empty_spawn_egg" } } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/encased_singularity.json b/src/main/resources/assets/otemod/models/item/encased_singularity.json new file mode 100644 index 0000000..a9c4c74 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/encased_singularity.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/encased_singularity" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/eternium_block.json b/src/main/resources/assets/otemod/models/item/eternium_block.json new file mode 100644 index 0000000..a6a40b5 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/eternium_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/eternium_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/ihan_crystal.json b/src/main/resources/assets/otemod/models/item/eternium_fragment.json similarity index 54% rename from src/main/resources/assets/thresholds/models/item/ihan_crystal.json rename to src/main/resources/assets/otemod/models/item/eternium_fragment.json index 0330e38..38bc7d2 100644 --- a/src/main/resources/assets/thresholds/models/item/ihan_crystal.json +++ b/src/main/resources/assets/otemod/models/item/eternium_fragment.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/ihan_crystal" + "layer0": "otemod:item/eternium_fragment" } } diff --git a/src/main/resources/assets/otemod/models/item/eternium_ingot.json b/src/main/resources/assets/otemod/models/item/eternium_ingot.json new file mode 100644 index 0000000..ff9ab98 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/eternium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/eternium_ingot" + } +} diff --git a/src/main/resources/assets/otemod/models/item/eternium_ore.json b/src/main/resources/assets/otemod/models/item/eternium_ore.json new file mode 100644 index 0000000..09a92be --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/eternium_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/eternium_ore" + } +} diff --git a/src/main/resources/assets/otemod/models/item/eternium_ore_block.json b/src/main/resources/assets/otemod/models/item/eternium_ore_block.json new file mode 100644 index 0000000..d77d57e --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/eternium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/eternium_ore_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/eternium_rod.json b/src/main/resources/assets/otemod/models/item/eternium_rod.json new file mode 100644 index 0000000..aec08a9 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/eternium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/eternium_rod" + } +} diff --git a/src/main/resources/assets/otemod/models/item/ihan_crystal.json b/src/main/resources/assets/otemod/models/item/ihan_crystal.json new file mode 100644 index 0000000..7072ee4 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/ihan_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/ihan_crystal" + } +} diff --git a/src/main/resources/assets/otemod/models/item/ilusium_block.json b/src/main/resources/assets/otemod/models/item/ilusium_block.json new file mode 100644 index 0000000..b36aa66 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/ilusium_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/ilusium_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/ilusium_dust.json b/src/main/resources/assets/otemod/models/item/ilusium_dust.json new file mode 100644 index 0000000..bf75791 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/ilusium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/ilusium_dust" + } +} diff --git a/src/main/resources/assets/otemod/models/item/ilusium_ingot.json b/src/main/resources/assets/otemod/models/item/ilusium_ingot.json new file mode 100644 index 0000000..74ba592 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/ilusium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/ilusium_ingot" + } +} diff --git a/src/main/resources/assets/thresholds/models/item/ilusium_ore.json b/src/main/resources/assets/otemod/models/item/ilusium_ore.json similarity index 55% rename from src/main/resources/assets/thresholds/models/item/ilusium_ore.json rename to src/main/resources/assets/otemod/models/item/ilusium_ore.json index e41cd5d..40c07ae 100644 --- a/src/main/resources/assets/thresholds/models/item/ilusium_ore.json +++ b/src/main/resources/assets/otemod/models/item/ilusium_ore.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/ilusium_ore" + "layer0": "otemod:item/ilusium_ore" } } diff --git a/src/main/resources/assets/otemod/models/item/ilusium_ore_block.json b/src/main/resources/assets/otemod/models/item/ilusium_ore_block.json new file mode 100644 index 0000000..76bb22a --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/ilusium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/ilusium_ore_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/ilusium_rod.json b/src/main/resources/assets/otemod/models/item/ilusium_rod.json similarity index 55% rename from src/main/resources/assets/thresholds/models/item/ilusium_rod.json rename to src/main/resources/assets/otemod/models/item/ilusium_rod.json index 701aea4..c93d6ce 100644 --- a/src/main/resources/assets/thresholds/models/item/ilusium_rod.json +++ b/src/main/resources/assets/otemod/models/item/ilusium_rod.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/ilusium_rod" + "layer0": "otemod:item/ilusium_rod" } } diff --git a/src/main/resources/assets/otemod/models/item/item_scrubber.json b/src/main/resources/assets/otemod/models/item/item_scrubber.json new file mode 100644 index 0000000..0ecb72f --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/item_scrubber.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/item_scrubber" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/layered_compressed_obsidian_block.json b/src/main/resources/assets/otemod/models/item/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..e61f78c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/layered_compressed_obsidian_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/layered_compressed_obsidian_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/layered_compressed_obsidian_sheet.json b/src/main/resources/assets/otemod/models/item/layered_compressed_obsidian_sheet.json new file mode 100644 index 0000000..e2fda7a --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/layered_compressed_obsidian_sheet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/layered_compressed_obsidian_sheet" + } +} diff --git a/src/main/resources/assets/otemod/models/item/liminal_tile_slab.json b/src/main/resources/assets/otemod/models/item/liminal_tile_slab.json new file mode 100644 index 0000000..c1d75dd --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/liminal_tile_slab" +} diff --git a/src/main/resources/assets/otemod/models/item/liminal_tile_stairs.json b/src/main/resources/assets/otemod/models/item/liminal_tile_stairs.json new file mode 100644 index 0000000..8011594 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/liminal_tile_stairs" +} diff --git a/src/main/resources/assets/otemod/models/item/liminal_tiles.json b/src/main/resources/assets/otemod/models/item/liminal_tiles.json new file mode 100644 index 0000000..9b2f871 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_tiles.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/liminal_tiles" +} diff --git a/src/main/resources/assets/thresholds/models/item/liminal_window.json b/src/main/resources/assets/otemod/models/item/liminal_window.json similarity index 57% rename from src/main/resources/assets/thresholds/models/item/liminal_window.json rename to src/main/resources/assets/otemod/models/item/liminal_window.json index bad62fe..73ee296 100644 --- a/src/main/resources/assets/thresholds/models/item/liminal_window.json +++ b/src/main/resources/assets/otemod/models/item/liminal_window.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "thresholds:block/liminal_tiles" + "layer0": "otemod:block/liminal_tiles" } } diff --git a/src/main/resources/assets/thresholds/models/item/liminal_window_abyss.json b/src/main/resources/assets/otemod/models/item/liminal_window_abyss.json similarity index 57% rename from src/main/resources/assets/thresholds/models/item/liminal_window_abyss.json rename to src/main/resources/assets/otemod/models/item/liminal_window_abyss.json index bad62fe..73ee296 100644 --- a/src/main/resources/assets/thresholds/models/item/liminal_window_abyss.json +++ b/src/main/resources/assets/otemod/models/item/liminal_window_abyss.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "thresholds:block/liminal_tiles" + "layer0": "otemod:block/liminal_tiles" } } diff --git a/src/main/resources/assets/thresholds/models/item/liminal_window_dusk.json b/src/main/resources/assets/otemod/models/item/liminal_window_dusk.json similarity index 57% rename from src/main/resources/assets/thresholds/models/item/liminal_window_dusk.json rename to src/main/resources/assets/otemod/models/item/liminal_window_dusk.json index bad62fe..73ee296 100644 --- a/src/main/resources/assets/thresholds/models/item/liminal_window_dusk.json +++ b/src/main/resources/assets/otemod/models/item/liminal_window_dusk.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "thresholds:block/liminal_tiles" + "layer0": "otemod:block/liminal_tiles" } } diff --git a/src/main/resources/assets/thresholds/models/item/liminal_window_noon.json b/src/main/resources/assets/otemod/models/item/liminal_window_noon.json similarity index 57% rename from src/main/resources/assets/thresholds/models/item/liminal_window_noon.json rename to src/main/resources/assets/otemod/models/item/liminal_window_noon.json index bad62fe..73ee296 100644 --- a/src/main/resources/assets/thresholds/models/item/liminal_window_noon.json +++ b/src/main/resources/assets/otemod/models/item/liminal_window_noon.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "thresholds:block/liminal_tiles" + "layer0": "otemod:block/liminal_tiles" } } diff --git a/src/main/resources/assets/otemod/models/item/magical_scrubber.json b/src/main/resources/assets/otemod/models/item/magical_scrubber.json new file mode 100644 index 0000000..717ae57 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/magical_scrubber.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/magical_scrubber" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/melted_ender_pearl.json b/src/main/resources/assets/otemod/models/item/melted_ender_pearl.json new file mode 100644 index 0000000..bd7b95e --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/melted_ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/melted_ender_pearl" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/nether_vault_steel_ore_block.json b/src/main/resources/assets/otemod/models/item/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..d204528 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/nether_vault_steel_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/nether_vault_steel_ore_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/poss_ball.json b/src/main/resources/assets/otemod/models/item/poss_ball.json similarity index 55% rename from src/main/resources/assets/thresholds/models/item/poss_ball.json rename to src/main/resources/assets/otemod/models/item/poss_ball.json index 352dbb8..39aa031 100644 --- a/src/main/resources/assets/thresholds/models/item/poss_ball.json +++ b/src/main/resources/assets/otemod/models/item/poss_ball.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/poss_ball" + "layer0": "otemod:item/poss_ball" } } \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/possum_spawn_egg.json b/src/main/resources/assets/otemod/models/item/possum_spawn_egg.json similarity index 100% rename from src/main/resources/assets/thresholds/models/item/possum_spawn_egg.json rename to src/main/resources/assets/otemod/models/item/possum_spawn_egg.json diff --git a/src/main/resources/assets/thresholds/models/item/raw_cobalt.json b/src/main/resources/assets/otemod/models/item/raw_cobalt.json similarity index 56% rename from src/main/resources/assets/thresholds/models/item/raw_cobalt.json rename to src/main/resources/assets/otemod/models/item/raw_cobalt.json index a37e655..76dec7a 100644 --- a/src/main/resources/assets/thresholds/models/item/raw_cobalt.json +++ b/src/main/resources/assets/otemod/models/item/raw_cobalt.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/raw_cobalt" + "layer0": "otemod:item/raw_cobalt" } } diff --git a/src/main/resources/assets/otemod/models/item/raw_cobalt_ore.json b/src/main/resources/assets/otemod/models/item/raw_cobalt_ore.json new file mode 100644 index 0000000..a68bb52 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/raw_cobalt_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/raw_cobalt_ore" +} diff --git a/src/main/resources/assets/otemod/models/item/raw_vault_steel_ore.json b/src/main/resources/assets/otemod/models/item/raw_vault_steel_ore.json new file mode 100644 index 0000000..d41dda2 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/raw_vault_steel_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/raw_vault_steel_ore" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/scrubber_frame.json b/src/main/resources/assets/otemod/models/item/scrubber_frame.json new file mode 100644 index 0000000..c1be669 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/scrubber_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/scrubber_frame" + } +} diff --git a/src/main/resources/assets/thresholds/models/item/aurora_compound.json b/src/main/resources/assets/otemod/models/item/scrubber_frame_piece.json similarity index 52% rename from src/main/resources/assets/thresholds/models/item/aurora_compound.json rename to src/main/resources/assets/otemod/models/item/scrubber_frame_piece.json index a822688..328b513 100644 --- a/src/main/resources/assets/thresholds/models/item/aurora_compound.json +++ b/src/main/resources/assets/otemod/models/item/scrubber_frame_piece.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/aurora_compound" + "layer0": "otemod:item/scrubber_frame_piece" } } diff --git a/src/main/resources/assets/thresholds/models/item/singularity.json b/src/main/resources/assets/otemod/models/item/singularity.json similarity index 55% rename from src/main/resources/assets/thresholds/models/item/singularity.json rename to src/main/resources/assets/otemod/models/item/singularity.json index a31eb0f..76f4925 100644 --- a/src/main/resources/assets/thresholds/models/item/singularity.json +++ b/src/main/resources/assets/otemod/models/item/singularity.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/singularity" + "layer0": "otemod:item/singularity" } } diff --git a/src/main/resources/assets/otemod/models/item/stable_singularity.json b/src/main/resources/assets/otemod/models/item/stable_singularity.json new file mode 100644 index 0000000..074e0a2 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/stable_singularity.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/stable_singularity" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault.json b/src/main/resources/assets/otemod/models/item/vault.json similarity index 58% rename from src/main/resources/assets/thresholds/models/item/vault.json rename to src/main/resources/assets/otemod/models/item/vault.json index 7b3a0f3..6ef30bb 100644 --- a/src/main/resources/assets/thresholds/models/item/vault.json +++ b/src/main/resources/assets/otemod/models/item/vault.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/vault" + "layer0": "otemod:item/vault" } } \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_steel_ingot.json b/src/main/resources/assets/otemod/models/item/vault_fragment_center.json similarity index 52% rename from src/main/resources/assets/thresholds/models/item/vault_steel_ingot.json rename to src/main/resources/assets/otemod/models/item/vault_fragment_center.json index 9488869..918f9af 100644 --- a/src/main/resources/assets/thresholds/models/item/vault_steel_ingot.json +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_center.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/vault_steel_ingot" + "layer0": "otemod:item/vault_fragment_center" } } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/vault_fragment_left.json b/src/main/resources/assets/otemod/models/item/vault_fragment_left.json new file mode 100644 index 0000000..b689d4a --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_left.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_left" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/vault_fragment_lower.json b/src/main/resources/assets/otemod/models/item/vault_fragment_lower.json new file mode 100644 index 0000000..1740de8 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_lower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_lower" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/encased_singularity.json b/src/main/resources/assets/otemod/models/item/vault_fragment_lower_left.json similarity index 50% rename from src/main/resources/assets/thresholds/models/item/encased_singularity.json rename to src/main/resources/assets/otemod/models/item/vault_fragment_lower_left.json index 142265c..a3648bc 100644 --- a/src/main/resources/assets/thresholds/models/item/encased_singularity.json +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_lower_left.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/encased_singularity" + "layer0": "otemod:item/vault_fragment_lower_left" } } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/vault_fragment_lower_right.json b/src/main/resources/assets/otemod/models/item/vault_fragment_lower_right.json new file mode 100644 index 0000000..e3c30df --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_lower_right.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_lower_right" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/vault_fragment_right.json b/src/main/resources/assets/otemod/models/item/vault_fragment_right.json new file mode 100644 index 0000000..ba3687e --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_right.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_right" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/vault_fragment_upper.json b/src/main/resources/assets/otemod/models/item/vault_fragment_upper.json new file mode 100644 index 0000000..fcb544c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_upper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_upper" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/melted_ender_pearl.json b/src/main/resources/assets/otemod/models/item/vault_fragment_upper_left.json similarity index 50% rename from src/main/resources/assets/thresholds/models/item/melted_ender_pearl.json rename to src/main/resources/assets/otemod/models/item/vault_fragment_upper_left.json index 5acf48b..49aa885 100644 --- a/src/main/resources/assets/thresholds/models/item/melted_ender_pearl.json +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_upper_left.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "thresholds:item/melted_ender_pearl" + "layer0": "otemod:item/vault_fragment_upper_left" } } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/vault_fragment_upper_right.json b/src/main/resources/assets/otemod/models/item/vault_fragment_upper_right.json new file mode 100644 index 0000000..62e39a3 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/vault_fragment_upper_right.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_upper_right" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/vault_steel_ingot.json b/src/main/resources/assets/otemod/models/item/vault_steel_ingot.json new file mode 100644 index 0000000..97c9e43 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/vault_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/vault_steel_ingot" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/vault_steel_ore_block.json b/src/main/resources/assets/otemod/models/item/vault_steel_ore_block.json new file mode 100644 index 0000000..4c029f0 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/vault_steel_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/vault_steel_ore_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/textures/block/aurora/body.png b/src/main/resources/assets/otemod/textures/block/aurora/body.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/aurora/body.png rename to src/main/resources/assets/otemod/textures/block/aurora/body.png diff --git a/src/main/resources/assets/thresholds/textures/block/aurora/inside.png b/src/main/resources/assets/otemod/textures/block/aurora/inside.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/aurora/inside.png rename to src/main/resources/assets/otemod/textures/block/aurora/inside.png diff --git a/src/main/resources/assets/thresholds/textures/block/aurora_block.png b/src/main/resources/assets/otemod/textures/block/aurora_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/aurora_block.png rename to src/main/resources/assets/otemod/textures/block/aurora_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/aurora_door_bottom.png b/src/main/resources/assets/otemod/textures/block/aurora_door_bottom.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/aurora_door_bottom.png rename to src/main/resources/assets/otemod/textures/block/aurora_door_bottom.png diff --git a/src/main/resources/assets/thresholds/textures/block/aurora_door_top.png b/src/main/resources/assets/otemod/textures/block/aurora_door_top.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/aurora_door_top.png rename to src/main/resources/assets/otemod/textures/block/aurora_door_top.png diff --git a/src/main/resources/assets/thresholds/textures/block/black.png b/src/main/resources/assets/otemod/textures/block/black.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/black.png rename to src/main/resources/assets/otemod/textures/block/black.png diff --git a/src/main/resources/assets/thresholds/textures/block/clear_glass_block.png b/src/main/resources/assets/otemod/textures/block/clear_glass_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/clear_glass_block.png rename to src/main/resources/assets/otemod/textures/block/clear_glass_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/cobalt_block.png b/src/main/resources/assets/otemod/textures/block/cobalt_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/cobalt_block.png rename to src/main/resources/assets/otemod/textures/block/cobalt_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/cobalt_ore.png b/src/main/resources/assets/otemod/textures/block/cobalt_ore.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/cobalt_ore.png rename to src/main/resources/assets/otemod/textures/block/cobalt_ore.png diff --git a/src/main/resources/assets/thresholds/textures/block/compressed_obsidian_block.png b/src/main/resources/assets/otemod/textures/block/compressed_obsidian_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/compressed_obsidian_block.png rename to src/main/resources/assets/otemod/textures/block/compressed_obsidian_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/compression_chamber/bottom_plate.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/bottom_plate.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/compression_chamber/bottom_plate.png rename to src/main/resources/assets/otemod/textures/block/compression_chamber/bottom_plate.png diff --git a/src/main/resources/assets/thresholds/textures/block/compression_chamber/compression_lid.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/compression_lid.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/compression_chamber/compression_lid.png rename to src/main/resources/assets/otemod/textures/block/compression_chamber/compression_lid.png diff --git a/src/main/resources/assets/thresholds/textures/block/compression_chamber/compressor.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/compressor.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/compression_chamber/compressor.png rename to src/main/resources/assets/otemod/textures/block/compression_chamber/compressor.png diff --git a/src/main/resources/assets/thresholds/textures/block/compression_chamber/power.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/power.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/compression_chamber/power.png rename to src/main/resources/assets/otemod/textures/block/compression_chamber/power.png diff --git a/src/main/resources/assets/thresholds/textures/block/compression_chamber/support0.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/support0.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/compression_chamber/support0.png rename to src/main/resources/assets/otemod/textures/block/compression_chamber/support0.png diff --git a/src/main/resources/assets/thresholds/textures/block/deepslate_eternium_ore_block.png b/src/main/resources/assets/otemod/textures/block/deepslate_eternium_ore_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/deepslate_eternium_ore_block.png rename to src/main/resources/assets/otemod/textures/block/deepslate_eternium_ore_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/deepslate_ilusium_ore_block.png b/src/main/resources/assets/otemod/textures/block/deepslate_ilusium_ore_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/deepslate_ilusium_ore_block.png rename to src/main/resources/assets/otemod/textures/block/deepslate_ilusium_ore_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/eternium_block.png b/src/main/resources/assets/otemod/textures/block/eternium_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/eternium_block.png rename to src/main/resources/assets/otemod/textures/block/eternium_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/eternium_ore_block.png b/src/main/resources/assets/otemod/textures/block/eternium_ore_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/eternium_ore_block.png rename to src/main/resources/assets/otemod/textures/block/eternium_ore_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/ilusium_block.png b/src/main/resources/assets/otemod/textures/block/ilusium_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/ilusium_block.png rename to src/main/resources/assets/otemod/textures/block/ilusium_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/ilusium_ore_block.png b/src/main/resources/assets/otemod/textures/block/ilusium_ore_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/ilusium_ore_block.png rename to src/main/resources/assets/otemod/textures/block/ilusium_ore_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/ilusium_portal.aseprite b/src/main/resources/assets/otemod/textures/block/ilusium_portal.aseprite similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/ilusium_portal.aseprite rename to src/main/resources/assets/otemod/textures/block/ilusium_portal.aseprite diff --git a/src/main/resources/assets/thresholds/textures/block/ilusium_portal.png b/src/main/resources/assets/otemod/textures/block/ilusium_portal.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/ilusium_portal.png rename to src/main/resources/assets/otemod/textures/block/ilusium_portal.png diff --git a/src/main/resources/assets/thresholds/textures/block/layered_compressed_obsidian_block.png b/src/main/resources/assets/otemod/textures/block/layered_compressed_obsidian_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/layered_compressed_obsidian_block.png rename to src/main/resources/assets/otemod/textures/block/layered_compressed_obsidian_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/liminal_tiles.png b/src/main/resources/assets/otemod/textures/block/liminal_tiles.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/liminal_tiles.png rename to src/main/resources/assets/otemod/textures/block/liminal_tiles.png diff --git a/src/main/resources/assets/thresholds/textures/block/nether_vault_steel_ore_block.png b/src/main/resources/assets/otemod/textures/block/nether_vault_steel_ore_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/nether_vault_steel_ore_block.png rename to src/main/resources/assets/otemod/textures/block/nether_vault_steel_ore_block.png diff --git a/src/main/resources/assets/thresholds/textures/block/raw_cobalt_ore.png b/src/main/resources/assets/otemod/textures/block/raw_cobalt_ore.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/raw_cobalt_ore.png rename to src/main/resources/assets/otemod/textures/block/raw_cobalt_ore.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/center_cube.png b/src/main/resources/assets/otemod/textures/block/scrubber/center_cube.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/center_cube.png rename to src/main/resources/assets/otemod/textures/block/scrubber/center_cube.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/corner_cube.png b/src/main/resources/assets/otemod/textures/block/scrubber/corner_cube.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/corner_cube.png rename to src/main/resources/assets/otemod/textures/block/scrubber/corner_cube.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/frame_bars.png b/src/main/resources/assets/otemod/textures/block/scrubber/frame_bars.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/frame_bars.png rename to src/main/resources/assets/otemod/textures/block/scrubber/frame_bars.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/inner_corner_cubes.png b/src/main/resources/assets/otemod/textures/block/scrubber/inner_corner_cubes.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/inner_corner_cubes.png rename to src/main/resources/assets/otemod/textures/block/scrubber/inner_corner_cubes.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/scrubber_old_internal_cube.png b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_old_internal_cube.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/scrubber_old_internal_cube.png rename to src/main/resources/assets/otemod/textures/block/scrubber/scrubber_old_internal_cube.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/scrubber_right.png b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_right.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/scrubber_right.png rename to src/main/resources/assets/otemod/textures/block/scrubber/scrubber_right.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/scrubber_top.png b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_top.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/scrubber_top.png rename to src/main/resources/assets/otemod/textures/block/scrubber/scrubber_top.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/stable_singularity_body.png b/src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_body.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/stable_singularity_body.png rename to src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_body.png diff --git a/src/main/resources/assets/thresholds/textures/block/scrubber/stable_singularity_inner.png b/src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_inner.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/scrubber/stable_singularity_inner.png rename to src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_inner.png diff --git a/src/main/resources/assets/thresholds/textures/block/vault_steel_ore_block.png b/src/main/resources/assets/otemod/textures/block/vault_steel_ore_block.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/block/vault_steel_ore_block.png rename to src/main/resources/assets/otemod/textures/block/vault_steel_ore_block.png diff --git a/src/main/resources/assets/thresholds/textures/entity/possum_texture.png b/src/main/resources/assets/otemod/textures/entity/possum_texture.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/entity/possum_texture.png rename to src/main/resources/assets/otemod/textures/entity/possum_texture.png diff --git a/src/main/resources/assets/thresholds/textures/gui/energized_compression_chamber.aseprite b/src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.aseprite similarity index 100% rename from src/main/resources/assets/thresholds/textures/gui/energized_compression_chamber.aseprite rename to src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.aseprite diff --git a/src/main/resources/assets/thresholds/textures/gui/energized_compression_chamber.png b/src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/gui/energized_compression_chamber.png rename to src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.png diff --git a/src/main/resources/assets/thresholds/textures/gui/gui-template.aseprite b/src/main/resources/assets/otemod/textures/gui/gui-template.aseprite similarity index 100% rename from src/main/resources/assets/thresholds/textures/gui/gui-template.aseprite rename to src/main/resources/assets/otemod/textures/gui/gui-template.aseprite diff --git a/src/main/resources/assets/thresholds/textures/gui/item_scrubber_gui.png b/src/main/resources/assets/otemod/textures/gui/item_scrubber_gui.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/gui/item_scrubber_gui.png rename to src/main/resources/assets/otemod/textures/gui/item_scrubber_gui.png diff --git a/src/main/resources/assets/thresholds/textures/gui/vault.png b/src/main/resources/assets/otemod/textures/gui/vault.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/gui/vault.png rename to src/main/resources/assets/otemod/textures/gui/vault.png diff --git a/src/main/resources/assets/thresholds/textures/gui/vaultmenu.aseprite b/src/main/resources/assets/otemod/textures/gui/vaultmenu.aseprite similarity index 100% rename from src/main/resources/assets/thresholds/textures/gui/vaultmenu.aseprite rename to src/main/resources/assets/otemod/textures/gui/vaultmenu.aseprite diff --git a/src/main/resources/assets/thresholds/textures/item/aurora_compound.png b/src/main/resources/assets/otemod/textures/item/aurora_compound.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/aurora_compound.png rename to src/main/resources/assets/otemod/textures/item/aurora_compound.png diff --git a/src/main/resources/assets/thresholds/textures/item/aurora_door.png b/src/main/resources/assets/otemod/textures/item/aurora_door.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/aurora_door.png rename to src/main/resources/assets/otemod/textures/item/aurora_door.png diff --git a/src/main/resources/assets/thresholds/textures/item/clone_ball.png b/src/main/resources/assets/otemod/textures/item/clone_ball.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/clone_ball.png rename to src/main/resources/assets/otemod/textures/item/clone_ball.png diff --git a/src/main/resources/assets/thresholds/textures/item/cobalt_ingot.png b/src/main/resources/assets/otemod/textures/item/cobalt_ingot.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/cobalt_ingot.png rename to src/main/resources/assets/otemod/textures/item/cobalt_ingot.png diff --git a/src/main/resources/assets/thresholds/textures/item/cobalt_nugget.png b/src/main/resources/assets/otemod/textures/item/cobalt_nugget.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/cobalt_nugget.png rename to src/main/resources/assets/otemod/textures/item/cobalt_nugget.png diff --git a/src/main/resources/assets/thresholds/textures/item/compressed_obsidian_sheet.png b/src/main/resources/assets/otemod/textures/item/compressed_obsidian_sheet.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/compressed_obsidian_sheet.png rename to src/main/resources/assets/otemod/textures/item/compressed_obsidian_sheet.png diff --git a/src/main/resources/assets/thresholds/textures/item/crucible.png b/src/main/resources/assets/otemod/textures/item/crucible.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/crucible.png rename to src/main/resources/assets/otemod/textures/item/crucible.png diff --git a/src/main/resources/assets/thresholds/textures/item/empty_spawn_egg.png b/src/main/resources/assets/otemod/textures/item/empty_spawn_egg.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/empty_spawn_egg.png rename to src/main/resources/assets/otemod/textures/item/empty_spawn_egg.png diff --git a/src/main/resources/assets/thresholds/textures/item/encased_singularity.png b/src/main/resources/assets/otemod/textures/item/encased_singularity.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/encased_singularity.png rename to src/main/resources/assets/otemod/textures/item/encased_singularity.png diff --git a/src/main/resources/assets/thresholds/textures/item/eternium_dust.png b/src/main/resources/assets/otemod/textures/item/eternium_dust.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/eternium_dust.png rename to src/main/resources/assets/otemod/textures/item/eternium_dust.png diff --git a/src/main/resources/assets/thresholds/textures/item/eternium_fragment.png b/src/main/resources/assets/otemod/textures/item/eternium_fragment.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/eternium_fragment.png rename to src/main/resources/assets/otemod/textures/item/eternium_fragment.png diff --git a/src/main/resources/assets/thresholds/textures/item/eternium_ingot.png b/src/main/resources/assets/otemod/textures/item/eternium_ingot.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/eternium_ingot.png rename to src/main/resources/assets/otemod/textures/item/eternium_ingot.png diff --git a/src/main/resources/assets/thresholds/textures/item/eternium_ore.png b/src/main/resources/assets/otemod/textures/item/eternium_ore.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/eternium_ore.png rename to src/main/resources/assets/otemod/textures/item/eternium_ore.png diff --git a/src/main/resources/assets/thresholds/textures/item/eternium_rod.png b/src/main/resources/assets/otemod/textures/item/eternium_rod.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/eternium_rod.png rename to src/main/resources/assets/otemod/textures/item/eternium_rod.png diff --git a/src/main/resources/assets/thresholds/textures/item/ihan_crystal.png b/src/main/resources/assets/otemod/textures/item/ihan_crystal.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/ihan_crystal.png rename to src/main/resources/assets/otemod/textures/item/ihan_crystal.png diff --git a/src/main/resources/assets/thresholds/textures/item/ilusium_dust.png b/src/main/resources/assets/otemod/textures/item/ilusium_dust.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/ilusium_dust.png rename to src/main/resources/assets/otemod/textures/item/ilusium_dust.png diff --git a/src/main/resources/assets/thresholds/textures/item/ilusium_ingot.aseprite b/src/main/resources/assets/otemod/textures/item/ilusium_ingot.aseprite similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/ilusium_ingot.aseprite rename to src/main/resources/assets/otemod/textures/item/ilusium_ingot.aseprite diff --git a/src/main/resources/assets/thresholds/textures/item/ilusium_ingot.png b/src/main/resources/assets/otemod/textures/item/ilusium_ingot.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/ilusium_ingot.png rename to src/main/resources/assets/otemod/textures/item/ilusium_ingot.png diff --git a/src/main/resources/assets/thresholds/textures/item/ilusium_ore.png b/src/main/resources/assets/otemod/textures/item/ilusium_ore.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/ilusium_ore.png rename to src/main/resources/assets/otemod/textures/item/ilusium_ore.png diff --git a/src/main/resources/assets/thresholds/textures/item/ilusium_rod.png b/src/main/resources/assets/otemod/textures/item/ilusium_rod.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/ilusium_rod.png rename to src/main/resources/assets/otemod/textures/item/ilusium_rod.png diff --git a/src/main/resources/assets/thresholds/textures/item/layered_compressed_obsidian_sheet.png b/src/main/resources/assets/otemod/textures/item/layered_compressed_obsidian_sheet.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/layered_compressed_obsidian_sheet.png rename to src/main/resources/assets/otemod/textures/item/layered_compressed_obsidian_sheet.png diff --git a/src/main/resources/assets/thresholds/textures/item/melted_ender_pearl.png b/src/main/resources/assets/otemod/textures/item/melted_ender_pearl.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/melted_ender_pearl.png rename to src/main/resources/assets/otemod/textures/item/melted_ender_pearl.png diff --git a/src/main/resources/assets/thresholds/textures/item/poss_ball.png b/src/main/resources/assets/otemod/textures/item/poss_ball.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/poss_ball.png rename to src/main/resources/assets/otemod/textures/item/poss_ball.png diff --git a/src/main/resources/assets/thresholds/textures/item/raw_cobalt.png b/src/main/resources/assets/otemod/textures/item/raw_cobalt.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/raw_cobalt.png rename to src/main/resources/assets/otemod/textures/item/raw_cobalt.png diff --git a/src/main/resources/assets/thresholds/textures/item/raw_vault_steel_ore.png b/src/main/resources/assets/otemod/textures/item/raw_vault_steel_ore.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/raw_vault_steel_ore.png rename to src/main/resources/assets/otemod/textures/item/raw_vault_steel_ore.png diff --git a/src/main/resources/assets/thresholds/textures/item/scrubber_frame.png b/src/main/resources/assets/otemod/textures/item/scrubber_frame.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/scrubber_frame.png rename to src/main/resources/assets/otemod/textures/item/scrubber_frame.png diff --git a/src/main/resources/assets/thresholds/textures/item/scrubber_frame_piece.png b/src/main/resources/assets/otemod/textures/item/scrubber_frame_piece.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/scrubber_frame_piece.png rename to src/main/resources/assets/otemod/textures/item/scrubber_frame_piece.png diff --git a/src/main/resources/assets/thresholds/textures/item/singularity.aseprite b/src/main/resources/assets/otemod/textures/item/singularity.aseprite similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/singularity.aseprite rename to src/main/resources/assets/otemod/textures/item/singularity.aseprite diff --git a/src/main/resources/assets/thresholds/textures/item/singularity.png b/src/main/resources/assets/otemod/textures/item/singularity.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/singularity.png rename to src/main/resources/assets/otemod/textures/item/singularity.png diff --git a/src/main/resources/assets/thresholds/textures/item/super_heated_crucible.png b/src/main/resources/assets/otemod/textures/item/super_heated_crucible.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/super_heated_crucible.png rename to src/main/resources/assets/otemod/textures/item/super_heated_crucible.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault.png b/src/main/resources/assets/otemod/textures/item/vault.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault.png rename to src/main/resources/assets/otemod/textures/item/vault.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_center.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_center.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_center.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_center.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_left.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_left.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_left.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_left.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_lower.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_lower.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_lower.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_lower_left.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower_left.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_lower_left.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_lower_left.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_lower_right.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower_right.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_lower_right.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_lower_right.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_right.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_right.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_right.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_right.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_upper.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_upper.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_upper.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_upper_left.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper_left.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_upper_left.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_upper_left.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_fragment_upper_right.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper_right.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_fragment_upper_right.png rename to src/main/resources/assets/otemod/textures/item/vault_fragment_upper_right.png diff --git a/src/main/resources/assets/thresholds/textures/item/vault_steel_ingot.png b/src/main/resources/assets/otemod/textures/item/vault_steel_ingot.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/item/vault_steel_ingot.png rename to src/main/resources/assets/otemod/textures/item/vault_steel_ingot.png diff --git a/src/main/resources/assets/thresholds/textures/mob_effect/flight.png b/src/main/resources/assets/otemod/textures/mob_effect/flight.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/mob_effect/flight.png rename to src/main/resources/assets/otemod/textures/mob_effect/flight.png diff --git a/src/main/resources/assets/thresholds/textures/mob_effect/seal.aseprite b/src/main/resources/assets/otemod/textures/mob_effect/seal.aseprite similarity index 100% rename from src/main/resources/assets/thresholds/textures/mob_effect/seal.aseprite rename to src/main/resources/assets/otemod/textures/mob_effect/seal.aseprite diff --git a/src/main/resources/assets/thresholds/textures/mob_effect/seal.png b/src/main/resources/assets/otemod/textures/mob_effect/seal.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/mob_effect/seal.png rename to src/main/resources/assets/otemod/textures/mob_effect/seal.png diff --git a/src/main/resources/assets/thresholds/textures/sky/abyss_0.png b/src/main/resources/assets/otemod/textures/sky/abyss_0.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/abyss_0.png rename to src/main/resources/assets/otemod/textures/sky/abyss_0.png diff --git a/src/main/resources/assets/thresholds/textures/sky/abyss_1.png b/src/main/resources/assets/otemod/textures/sky/abyss_1.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/abyss_1.png rename to src/main/resources/assets/otemod/textures/sky/abyss_1.png diff --git a/src/main/resources/assets/thresholds/textures/sky/abyss_2.png b/src/main/resources/assets/otemod/textures/sky/abyss_2.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/abyss_2.png rename to src/main/resources/assets/otemod/textures/sky/abyss_2.png diff --git a/src/main/resources/assets/thresholds/textures/sky/abyss_3.png b/src/main/resources/assets/otemod/textures/sky/abyss_3.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/abyss_3.png rename to src/main/resources/assets/otemod/textures/sky/abyss_3.png diff --git a/src/main/resources/assets/thresholds/textures/sky/abyss_4.png b/src/main/resources/assets/otemod/textures/sky/abyss_4.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/abyss_4.png rename to src/main/resources/assets/otemod/textures/sky/abyss_4.png diff --git a/src/main/resources/assets/thresholds/textures/sky/abyss_5.png b/src/main/resources/assets/otemod/textures/sky/abyss_5.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/abyss_5.png rename to src/main/resources/assets/otemod/textures/sky/abyss_5.png diff --git a/src/main/resources/assets/thresholds/textures/sky/dusk_0.png b/src/main/resources/assets/otemod/textures/sky/dusk_0.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/dusk_0.png rename to src/main/resources/assets/otemod/textures/sky/dusk_0.png diff --git a/src/main/resources/assets/thresholds/textures/sky/dusk_1.png b/src/main/resources/assets/otemod/textures/sky/dusk_1.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/dusk_1.png rename to src/main/resources/assets/otemod/textures/sky/dusk_1.png diff --git a/src/main/resources/assets/thresholds/textures/sky/dusk_2.png b/src/main/resources/assets/otemod/textures/sky/dusk_2.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/dusk_2.png rename to src/main/resources/assets/otemod/textures/sky/dusk_2.png diff --git a/src/main/resources/assets/thresholds/textures/sky/dusk_3.png b/src/main/resources/assets/otemod/textures/sky/dusk_3.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/dusk_3.png rename to src/main/resources/assets/otemod/textures/sky/dusk_3.png diff --git a/src/main/resources/assets/thresholds/textures/sky/dusk_4.png b/src/main/resources/assets/otemod/textures/sky/dusk_4.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/dusk_4.png rename to src/main/resources/assets/otemod/textures/sky/dusk_4.png diff --git a/src/main/resources/assets/thresholds/textures/sky/dusk_5.png b/src/main/resources/assets/otemod/textures/sky/dusk_5.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/dusk_5.png rename to src/main/resources/assets/otemod/textures/sky/dusk_5.png diff --git a/src/main/resources/assets/thresholds/textures/sky/noon_0.png b/src/main/resources/assets/otemod/textures/sky/noon_0.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/noon_0.png rename to src/main/resources/assets/otemod/textures/sky/noon_0.png diff --git a/src/main/resources/assets/thresholds/textures/sky/noon_1.png b/src/main/resources/assets/otemod/textures/sky/noon_1.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/noon_1.png rename to src/main/resources/assets/otemod/textures/sky/noon_1.png diff --git a/src/main/resources/assets/thresholds/textures/sky/noon_2.png b/src/main/resources/assets/otemod/textures/sky/noon_2.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/noon_2.png rename to src/main/resources/assets/otemod/textures/sky/noon_2.png diff --git a/src/main/resources/assets/thresholds/textures/sky/noon_3.png b/src/main/resources/assets/otemod/textures/sky/noon_3.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/noon_3.png rename to src/main/resources/assets/otemod/textures/sky/noon_3.png diff --git a/src/main/resources/assets/thresholds/textures/sky/noon_4.png b/src/main/resources/assets/otemod/textures/sky/noon_4.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/noon_4.png rename to src/main/resources/assets/otemod/textures/sky/noon_4.png diff --git a/src/main/resources/assets/thresholds/textures/sky/noon_5.png b/src/main/resources/assets/otemod/textures/sky/noon_5.png similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/noon_5.png rename to src/main/resources/assets/otemod/textures/sky/noon_5.png diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/dusk_0.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_0.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/dusk_0.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/dusk_0.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/dusk_1.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_1.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/dusk_1.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/dusk_1.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/dusk_2.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_2.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/dusk_2.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/dusk_2.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/dusk_3.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_3.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/dusk_3.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/dusk_3.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/dusk_4.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_4.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/dusk_4.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/dusk_4.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/dusk_5.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_5.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/dusk_5.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/dusk_5.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/noon_0.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_0.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/noon_0.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/noon_0.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/noon_1.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_1.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/noon_1.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/noon_1.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/noon_2.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_2.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/noon_2.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/noon_2.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/noon_3.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_3.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/noon_3.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/noon_3.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/noon_4.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_4.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/noon_4.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/noon_4.pdn diff --git a/src/main/resources/assets/thresholds/textures/sky/pdn/noon_5.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_5.pdn similarity index 100% rename from src/main/resources/assets/thresholds/textures/sky/pdn/noon_5.pdn rename to src/main/resources/assets/otemod/textures/sky/pdn/noon_5.pdn diff --git a/src/main/resources/assets/thresholds/tinkering/modifiers/eternium.json b/src/main/resources/assets/otemod/tinkering/modifiers/eternium.json similarity index 100% rename from src/main/resources/assets/thresholds/tinkering/modifiers/eternium.json rename to src/main/resources/assets/otemod/tinkering/modifiers/eternium.json diff --git a/src/main/resources/assets/thresholds/blockstates/aurora_block.json b/src/main/resources/assets/thresholds/blockstates/aurora_block.json deleted file mode 100644 index fa72e18..0000000 --- a/src/main/resources/assets/thresholds/blockstates/aurora_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/aurora_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/clear_glass_block.json b/src/main/resources/assets/thresholds/blockstates/clear_glass_block.json deleted file mode 100644 index a9aed5c..0000000 --- a/src/main/resources/assets/thresholds/blockstates/clear_glass_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/clear_glass_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/cobalt_block.json b/src/main/resources/assets/thresholds/blockstates/cobalt_block.json deleted file mode 100644 index 20ef088..0000000 --- a/src/main/resources/assets/thresholds/blockstates/cobalt_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/cobalt_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/compressed_obsidian_block.json b/src/main/resources/assets/thresholds/blockstates/compressed_obsidian_block.json deleted file mode 100644 index 7a53e7d..0000000 --- a/src/main/resources/assets/thresholds/blockstates/compressed_obsidian_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/compressed_obsidian_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/compression_chamber.json b/src/main/resources/assets/thresholds/blockstates/compression_chamber.json deleted file mode 100644 index 23238ef..0000000 --- a/src/main/resources/assets/thresholds/blockstates/compression_chamber.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "thresholds:block/compression_chamber" - }, - "facing=east": { - "model": "thresholds:block/compression_chamber", - "y": 90 - }, - "facing=south": { - "model": "thresholds:block/compression_chamber", - "y": 180 - }, - "facing=west": { - "model": "thresholds:block/compression_chamber", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/deepslate_eternium_ore_block.json b/src/main/resources/assets/thresholds/blockstates/deepslate_eternium_ore_block.json deleted file mode 100644 index 15f5924..0000000 --- a/src/main/resources/assets/thresholds/blockstates/deepslate_eternium_ore_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/deepslate_eternium_ore_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/deepslate_ilusium_ore_block.json b/src/main/resources/assets/thresholds/blockstates/deepslate_ilusium_ore_block.json deleted file mode 100644 index 93e9d36..0000000 --- a/src/main/resources/assets/thresholds/blockstates/deepslate_ilusium_ore_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/deepslate_ilusium_ore_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/eternium_block.json b/src/main/resources/assets/thresholds/blockstates/eternium_block.json deleted file mode 100644 index 0d49204..0000000 --- a/src/main/resources/assets/thresholds/blockstates/eternium_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/eternium_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/eternium_ore_block.json b/src/main/resources/assets/thresholds/blockstates/eternium_ore_block.json deleted file mode 100644 index 2e80163..0000000 --- a/src/main/resources/assets/thresholds/blockstates/eternium_ore_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/eternium_ore_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/ilusium_block.json b/src/main/resources/assets/thresholds/blockstates/ilusium_block.json deleted file mode 100644 index 45454ea..0000000 --- a/src/main/resources/assets/thresholds/blockstates/ilusium_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/ilusium_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/ilusium_ore_block.json b/src/main/resources/assets/thresholds/blockstates/ilusium_ore_block.json deleted file mode 100644 index bf9a8e6..0000000 --- a/src/main/resources/assets/thresholds/blockstates/ilusium_ore_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/ilusium_ore_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/ilusium_portal.json b/src/main/resources/assets/thresholds/blockstates/ilusium_portal.json deleted file mode 100644 index 7d2d8d2..0000000 --- a/src/main/resources/assets/thresholds/blockstates/ilusium_portal.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "axis=x": { - "model": "thresholds:block/ilusium_portal_ns" - }, - "axis=z": { - "model": "thresholds:block/ilusium_portal_ew" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/item_scrubber.json b/src/main/resources/assets/thresholds/blockstates/item_scrubber.json deleted file mode 100644 index a947e7d..0000000 --- a/src/main/resources/assets/thresholds/blockstates/item_scrubber.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "thresholds:block/item_scrubber" - }, - "facing=east": { - "model": "thresholds:block/item_scrubber", - "y": 90 - }, - "facing=south": { - "model": "thresholds:block/item_scrubber", - "y": 180 - }, - "facing=west": { - "model": "thresholds:block/item_scrubber", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/layered_compressed_obsidian_block.json b/src/main/resources/assets/thresholds/blockstates/layered_compressed_obsidian_block.json deleted file mode 100644 index 1fdcac8..0000000 --- a/src/main/resources/assets/thresholds/blockstates/layered_compressed_obsidian_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/layered_compressed_obsidian_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/liminal_tile_slab.json b/src/main/resources/assets/thresholds/blockstates/liminal_tile_slab.json deleted file mode 100644 index 80b86da..0000000 --- a/src/main/resources/assets/thresholds/blockstates/liminal_tile_slab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "type=bottom": { - "model": "thresholds:block/liminal_tile_slab" - }, - "type=double": { - "model": "thresholds:block/liminal_tiles" - }, - "type=top": { - "model": "thresholds:block/liminal_tile_slab_top" - } - } -} diff --git a/src/main/resources/assets/thresholds/blockstates/liminal_tiles.json b/src/main/resources/assets/thresholds/blockstates/liminal_tiles.json deleted file mode 100644 index cc212a1..0000000 --- a/src/main/resources/assets/thresholds/blockstates/liminal_tiles.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/liminal_tiles" - } - } -} diff --git a/src/main/resources/assets/thresholds/blockstates/liminal_window.json b/src/main/resources/assets/thresholds/blockstates/liminal_window.json deleted file mode 100644 index d50fb67..0000000 --- a/src/main/resources/assets/thresholds/blockstates/liminal_window.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "thresholds:block/liminal_window_abyss", - "x": 180 - }, - "facing=east": { - "model": "thresholds:block/liminal_window_abyss", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "thresholds:block/liminal_window_abyss", - "x": 90 - }, - "facing=south": { - "model": "thresholds:block/liminal_window_abyss", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "thresholds:block/liminal_window_abyss" - }, - "facing=west": { - "model": "thresholds:block/liminal_window_abyss", - "x": 90, - "y": 270 - } - } -} diff --git a/src/main/resources/assets/thresholds/blockstates/liminal_window_abyss.json b/src/main/resources/assets/thresholds/blockstates/liminal_window_abyss.json deleted file mode 100644 index d50fb67..0000000 --- a/src/main/resources/assets/thresholds/blockstates/liminal_window_abyss.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "thresholds:block/liminal_window_abyss", - "x": 180 - }, - "facing=east": { - "model": "thresholds:block/liminal_window_abyss", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "thresholds:block/liminal_window_abyss", - "x": 90 - }, - "facing=south": { - "model": "thresholds:block/liminal_window_abyss", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "thresholds:block/liminal_window_abyss" - }, - "facing=west": { - "model": "thresholds:block/liminal_window_abyss", - "x": 90, - "y": 270 - } - } -} diff --git a/src/main/resources/assets/thresholds/blockstates/liminal_window_dusk.json b/src/main/resources/assets/thresholds/blockstates/liminal_window_dusk.json deleted file mode 100644 index a4deaf0..0000000 --- a/src/main/resources/assets/thresholds/blockstates/liminal_window_dusk.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "thresholds:block/liminal_window_dusk", - "x": 180 - }, - "facing=east": { - "model": "thresholds:block/liminal_window_dusk", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "thresholds:block/liminal_window_dusk", - "x": 90 - }, - "facing=south": { - "model": "thresholds:block/liminal_window_dusk", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "thresholds:block/liminal_window_dusk" - }, - "facing=west": { - "model": "thresholds:block/liminal_window_dusk", - "x": 90, - "y": 270 - } - } -} diff --git a/src/main/resources/assets/thresholds/blockstates/liminal_window_noon.json b/src/main/resources/assets/thresholds/blockstates/liminal_window_noon.json deleted file mode 100644 index 98ca791..0000000 --- a/src/main/resources/assets/thresholds/blockstates/liminal_window_noon.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "thresholds:block/liminal_window_noon", - "x": 180 - }, - "facing=east": { - "model": "thresholds:block/liminal_window_noon", - "x": 90, - "y": 90 - }, - "facing=north": { - "model": "thresholds:block/liminal_window_noon", - "x": 90 - }, - "facing=south": { - "model": "thresholds:block/liminal_window_noon", - "x": 90, - "y": 180 - }, - "facing=up": { - "model": "thresholds:block/liminal_window_noon" - }, - "facing=west": { - "model": "thresholds:block/liminal_window_noon", - "x": 90, - "y": 270 - } - } -} diff --git a/src/main/resources/assets/thresholds/blockstates/magical_scrubber.json b/src/main/resources/assets/thresholds/blockstates/magical_scrubber.json deleted file mode 100644 index 26903e3..0000000 --- a/src/main/resources/assets/thresholds/blockstates/magical_scrubber.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "thresholds:block/magical_scrubber" - }, - "facing=east": { - "model": "thresholds:block/magical_scrubber", - "y": 90 - }, - "facing=south": { - "model": "thresholds:block/magical_scrubber", - "y": 180 - }, - "facing=west": { - "model": "thresholds:block/magical_scrubber", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/nether_vault_steel_ore_block.json b/src/main/resources/assets/thresholds/blockstates/nether_vault_steel_ore_block.json deleted file mode 100644 index e9d1341..0000000 --- a/src/main/resources/assets/thresholds/blockstates/nether_vault_steel_ore_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/nether_vault_steel_ore_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/raw_cobalt_ore.json b/src/main/resources/assets/thresholds/blockstates/raw_cobalt_ore.json deleted file mode 100644 index 32586db..0000000 --- a/src/main/resources/assets/thresholds/blockstates/raw_cobalt_ore.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/raw_cobalt_ore" - } - } -} diff --git a/src/main/resources/assets/thresholds/blockstates/stable_singularity.json b/src/main/resources/assets/thresholds/blockstates/stable_singularity.json deleted file mode 100644 index a1a82d3..0000000 --- a/src/main/resources/assets/thresholds/blockstates/stable_singularity.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/stable_singularity" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/blockstates/vault_steel_ore_block.json b/src/main/resources/assets/thresholds/blockstates/vault_steel_ore_block.json deleted file mode 100644 index 3481217..0000000 --- a/src/main/resources/assets/thresholds/blockstates/vault_steel_ore_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "thresholds:block/vault_steel_ore_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/lang/en_us.json b/src/main/resources/assets/thresholds/lang/en_us.json deleted file mode 100644 index 489a276..0000000 --- a/src/main/resources/assets/thresholds/lang/en_us.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "key.thresholds.open_vault": "Opens Vault 0", - "key.category.thresholds": "Thresholds", - - "itemGroup.tabs.thresholds": "Thresholds", - - - "item.thresholds.eternium_ore": "Raw Eternium Ore", - "item.thresholds.ihan_crystal": "Ihan Crystal", - "item.thresholds.ihan_crystal.levels": "Stored XP: ", - "item.thresholds.ihan_crystal.empty": "* Crystal Is Empty *", - "item.thresholds.ihan_crystal.need_repair": "Ihan Crystal must now be repaired", - "item.thresholds.ihan_crystal.durability": "Durability: ", - "item.thresholds.eternium_fragment": "Fragmented Eternium", - "item.thresholds.eternium_dust": "Eternium Dust", - "item.thresholds.aurora_compound": "Aurora Compound", - "item.thresholds.melted_ender_pearl": "Melted Ender Pearl", - "item.thresholds.eternium_ingot": "Eternium Ingot", - "item.thresholds.eternium_rod": "Eternium Rod", - "item.thresholds.singularity": "Unstable Singularity", - "item.thresholds.scrubber_frame_piece": "Scrubber Frame Component", - "item.thresholds.scrubber_frame": "Scrubber Frame", - "item.thresholds.possum_spawn_egg": "Possum Spawn Egg", - "item.thresholds.vault": "Vault", - "item.thresholds.vault_steel_ingot": "Vault Steel Ingot", - "item.thresholds.vault_fragment_lower_left": "Vault Fragment", - "item.thresholds.vault_fragment_lower_right": "Vault Fragment", - "item.thresholds.vault_fragment_upper": "Vault Fragment", - "item.thresholds.vault_fragment_upper_left": "Vault Fragment", - "item.thresholds.vault_fragment_upper_right": "Vault Fragment", - "item.thresholds.vault_fragment_lower": "Vault Fragment", - "item.thresholds.vault_fragment_left": "Vault Fragment", - "item.thresholds.vault_fragment_right": "Vault Fragment", - "item.thresholds.vault_fragment_center": "Vault Fragment", - "item.thresholds.raw_vault_steel_ore": "Raw Vault Steel", - "item.thresholds.poss_ball": "Physics Operated Storage System (POSS)", - "item.thresholds.ilusium_ingot": "Ilusium Ingot", - "item.thresholds.ilusium_rod": "Ilusium Rod", - "item.thresholds.ilusium_dust": "Ilusium Dust", - "item.thresholds.ilusium_ore": "Raw Ilusium Ore", - "item.thresholds.empty_spawn_egg": "Empty Spawn Egg", - "item.thresholds.compressed_obsidian_sheet": "Sheet of Compressed Obsidian", - "item.thresholds.layered_compressed_obsidian_sheet": "Layered Sheet of Compressed Obsidian", - "item.thresholds.encased_singularity": "Encased Singualrity", - "item.thresholds.encased_singularity.desc": "A singularity encased in stone, ready to be further compressed into bedrock", - - - "block.thresholds.eternium_ore_block": "Eternium Ore", - "block.thresholds.deepslate_eternium_ore_block": "Deepslate Eternium Ore", - "block.thresholds.aurora_block": "Aurora Block", - "block.thresholds.aurora_door": "Aurora Door", - "block.thresholds.clear_glass_block": "Clear Glass Block", - "block.thresholds.item_scrubber": "Item Scrubber", - "block.thresholds.magical_scrubber": "Magical Scrubber", - "block.thresholds.stable_singularity": "Stable Singularity", - "block.thresholds.vault_steel_ore_block": "Vault Steel Ore", - "block.thresholds.nether_vault_steel_ore_block": "Nether Vault Steel Ore", - "block.thresholds.eternium_block": "Block of Eternium", - "block.thresholds.liminal_tiles": "Liminal Tiles", - "block.thresholds.black": "The Void", - "block.thresholds.liminal_tile_stairs": "Liminal Stairs", - "block.thresholds.liminal_tile_slab": "Liminal Slab", - "block.thresholds.ilusium_ore_block": "Ilusium Ore Block", - "block.thresholds.deepslate_ilusium_ore_block": "Deepslate Ilusium Ore Block", - "block.thresholds.ilusium_block": "Block of Ilusium", - "block.thresholds.ilusium_portal": "Ilusium Portal", - "block.thresholds.compression_chamber": "Compression Chamber", - "block.thresholds.compressed_obsidian_block": "Block of Compressed Obsidian", - "block.thresholds.layered_compressed_obsidian_block": "Layered Block of Compressed Obsidian", - - - "enchantment.thresholds.mob_egging": "Mob Egging", - "enchantment.thresholds.player_flight": "Flight", - "enchantment.thresholds.mob_egging.desc": "Chance of mob spawn eggs to drop", - "enchantment.thresholds.player_flight.desc": "Allows you to fly!", - "enchantment.thresholds.borrowed_protection": "Borrowed Protection", - "enchantment.thresholds.borrowed_protection.desc": "Borrows protection from any nearby player.", - "enchantment.thresholds.night_vision": "Night Vision", - - "effect.thresholds.flight": "Flight", - - - "dev.zontreck.thresholds.msgs.only_player": "§cOnly players are allowed to execute this command", - - "dev.zontreck.thresholds.msgs.command_cooling_down": "This command is currently on cooldown. You must wait for ", - "dev.zontreck.thresholds.msgs.command_cooling_down_seconds": "seconds.", - - "dev.zontreck.thresholds.msgs.warps.set.success": "Warp successfully created", - "dev.zontreck.thresholds.msgs.warps.del.success": "Warp successfully deleted", - "dev.zontreck.thresholds.msgs.warps.set.fail": "Failed to create warp", - "dev.zontreck.thresholds.msgs.warps.del.fail": "Failed to delete warp" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/compressed_obsidian_block.json b/src/main/resources/assets/thresholds/models/block/compressed_obsidian_block.json deleted file mode 100644 index 150d58e..0000000 --- a/src/main/resources/assets/thresholds/models/block/compressed_obsidian_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "thresholds:block/compressed_obsidian_block" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/deepslate_eternium_ore_block.json b/src/main/resources/assets/thresholds/models/block/deepslate_eternium_ore_block.json deleted file mode 100644 index d88d2e3..0000000 --- a/src/main/resources/assets/thresholds/models/block/deepslate_eternium_ore_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "thresholds:block/deepslate_eternium_ore_block" - } -} diff --git a/src/main/resources/assets/thresholds/models/block/deepslate_ilusium_ore_block.json b/src/main/resources/assets/thresholds/models/block/deepslate_ilusium_ore_block.json deleted file mode 100644 index c819821..0000000 --- a/src/main/resources/assets/thresholds/models/block/deepslate_ilusium_ore_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "thresholds:block/deepslate_ilusium_ore_block" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/ilusium_ore_block.json b/src/main/resources/assets/thresholds/models/block/ilusium_ore_block.json deleted file mode 100644 index 5f03b67..0000000 --- a/src/main/resources/assets/thresholds/models/block/ilusium_ore_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "thresholds:block/ilusium_ore_block" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/item_scrubber.json.old b/src/main/resources/assets/thresholds/models/block/item_scrubber.json.old deleted file mode 100644 index 657fcb1..0000000 --- a/src/main/resources/assets/thresholds/models/block/item_scrubber.json.old +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "minecraft:block/cube", - "textures": { - "down": "thresholds:block/scrubber/scrubber_bottom", - "up": "thresholds:block/scrubber/scrubber_top", - "south": "thresholds:block/scrubber/scrubber_front", - "west": "thresholds:block/scrubber/scrubber_left", - "north": "thresholds:block/scrubber/scrubber_back", - "east": "thresholds:block/scrubber/scrubber_right" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/layered_compressed_obsidian_block.json b/src/main/resources/assets/thresholds/models/block/layered_compressed_obsidian_block.json deleted file mode 100644 index 4afe92a..0000000 --- a/src/main/resources/assets/thresholds/models/block/layered_compressed_obsidian_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "thresholds:block/layered_compressed_obsidian_block" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/liminal_tile_slab.json b/src/main/resources/assets/thresholds/models/block/liminal_tile_slab.json deleted file mode 100644 index 70b82e6..0000000 --- a/src/main/resources/assets/thresholds/models/block/liminal_tile_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab", - "textures": { - "bottom": "thresholds:block/liminal_tiles", - "side": "thresholds:block/liminal_tiles", - "top": "thresholds:block/liminal_tiles" - } -} diff --git a/src/main/resources/assets/thresholds/models/block/liminal_tile_slab_top.json b/src/main/resources/assets/thresholds/models/block/liminal_tile_slab_top.json deleted file mode 100644 index 62565fc..0000000 --- a/src/main/resources/assets/thresholds/models/block/liminal_tile_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/slab_top", - "textures": { - "bottom": "thresholds:block/liminal_tiles", - "side": "thresholds:block/liminal_tiles", - "top": "thresholds:block/liminal_tiles" - } -} diff --git a/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs.json b/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs.json deleted file mode 100644 index 0d25e8e..0000000 --- a/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/stairs", - "textures": { - "bottom": "thresholds:block/liminal_tiles", - "side": "thresholds:block/liminal_tiles", - "top": "thresholds:block/liminal_tiles" - } -} diff --git a/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs_inner.json b/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs_inner.json deleted file mode 100644 index a70e838..0000000 --- a/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/inner_stairs", - "textures": { - "bottom": "thresholds:block/liminal_tiles", - "side": "thresholds:block/liminal_tiles", - "top": "thresholds:block/liminal_tiles" - } -} diff --git a/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs_outer.json b/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs_outer.json deleted file mode 100644 index b76aa25..0000000 --- a/src/main/resources/assets/thresholds/models/block/liminal_tile_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/outer_stairs", - "textures": { - "bottom": "thresholds:block/liminal_tiles", - "side": "thresholds:block/liminal_tiles", - "top": "thresholds:block/liminal_tiles" - } -} diff --git a/src/main/resources/assets/thresholds/models/block/liminal_window_abyss.json b/src/main/resources/assets/thresholds/models/block/liminal_window_abyss.json deleted file mode 100644 index 216d4a1..0000000 --- a/src/main/resources/assets/thresholds/models/block/liminal_window_abyss.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "thresholds:block/liminal_tiles" - }, - "specialmodels": { - "thresholds:sky_abyss": "thresholds:block/liminal_window" - }, - "elements": [] -} diff --git a/src/main/resources/assets/thresholds/models/block/liminal_window_dusk.json b/src/main/resources/assets/thresholds/models/block/liminal_window_dusk.json deleted file mode 100644 index e9194af..0000000 --- a/src/main/resources/assets/thresholds/models/block/liminal_window_dusk.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "thresholds:block/liminal_tiles" - }, - "specialmodels": { - "thresholds:sky_dusk": "thresholds:block/liminal_window" - }, - "elements": [] -} diff --git a/src/main/resources/assets/thresholds/models/block/liminal_window_noon.json b/src/main/resources/assets/thresholds/models/block/liminal_window_noon.json deleted file mode 100644 index 0c82e7e..0000000 --- a/src/main/resources/assets/thresholds/models/block/liminal_window_noon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "thresholds:block/liminal_tiles" - }, - "specialmodels": { - "thresholds:sky_noon": "thresholds:block/liminal_window" - }, - "elements": [] -} diff --git a/src/main/resources/assets/thresholds/models/block/nether_vault_steel_ore_block.json b/src/main/resources/assets/thresholds/models/block/nether_vault_steel_ore_block.json deleted file mode 100644 index 3ae9bbd..0000000 --- a/src/main/resources/assets/thresholds/models/block/nether_vault_steel_ore_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "thresholds:block/nether_vault_steel_ore_block" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/block/vault_steel_ore_block.json b/src/main/resources/assets/thresholds/models/block/vault_steel_ore_block.json deleted file mode 100644 index bcd744a..0000000 --- a/src/main/resources/assets/thresholds/models/block/vault_steel_ore_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "thresholds:block/vault_steel_ore_block" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/aurora_block.json b/src/main/resources/assets/thresholds/models/item/aurora_block.json deleted file mode 100644 index ec65968..0000000 --- a/src/main/resources/assets/thresholds/models/item/aurora_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/aurora_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/black.json b/src/main/resources/assets/thresholds/models/item/black.json deleted file mode 100644 index b8dc930..0000000 --- a/src/main/resources/assets/thresholds/models/item/black.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/black" -} diff --git a/src/main/resources/assets/thresholds/models/item/cobalt_block.json b/src/main/resources/assets/thresholds/models/item/cobalt_block.json deleted file mode 100644 index 2c64a04..0000000 --- a/src/main/resources/assets/thresholds/models/item/cobalt_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/cobalt_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/cobalt_ore.json b/src/main/resources/assets/thresholds/models/item/cobalt_ore.json deleted file mode 100644 index 160520a..0000000 --- a/src/main/resources/assets/thresholds/models/item/cobalt_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/cobalt_ore" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/compressed_obsidian_block.json b/src/main/resources/assets/thresholds/models/item/compressed_obsidian_block.json deleted file mode 100644 index a59c5b7..0000000 --- a/src/main/resources/assets/thresholds/models/item/compressed_obsidian_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/compressed_obsidian_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/compressed_obsidian_sheet.json b/src/main/resources/assets/thresholds/models/item/compressed_obsidian_sheet.json deleted file mode 100644 index 8c1e3d6..0000000 --- a/src/main/resources/assets/thresholds/models/item/compressed_obsidian_sheet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/compressed_obsidian_sheet" - } -} diff --git a/src/main/resources/assets/thresholds/models/item/compression_chamber.json b/src/main/resources/assets/thresholds/models/item/compression_chamber.json deleted file mode 100644 index f31d88f..0000000 --- a/src/main/resources/assets/thresholds/models/item/compression_chamber.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/compression_chamber" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/deepslate_eternium_ore_block.json b/src/main/resources/assets/thresholds/models/item/deepslate_eternium_ore_block.json deleted file mode 100644 index 4b0e24d..0000000 --- a/src/main/resources/assets/thresholds/models/item/deepslate_eternium_ore_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/deepslate_eternium_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/deepslate_ilusium_ore_block.json b/src/main/resources/assets/thresholds/models/item/deepslate_ilusium_ore_block.json deleted file mode 100644 index e393ff3..0000000 --- a/src/main/resources/assets/thresholds/models/item/deepslate_ilusium_ore_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/deepslate_ilusium_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/eternium_block.json b/src/main/resources/assets/thresholds/models/item/eternium_block.json deleted file mode 100644 index 1845d7d..0000000 --- a/src/main/resources/assets/thresholds/models/item/eternium_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/eternium_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/eternium_ingot.json b/src/main/resources/assets/thresholds/models/item/eternium_ingot.json deleted file mode 100644 index f315967..0000000 --- a/src/main/resources/assets/thresholds/models/item/eternium_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/eternium_ingot" - } -} diff --git a/src/main/resources/assets/thresholds/models/item/eternium_ore_block.json b/src/main/resources/assets/thresholds/models/item/eternium_ore_block.json deleted file mode 100644 index ad967b6..0000000 --- a/src/main/resources/assets/thresholds/models/item/eternium_ore_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/eternium_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/eternium_rod.json b/src/main/resources/assets/thresholds/models/item/eternium_rod.json deleted file mode 100644 index 4d579cf..0000000 --- a/src/main/resources/assets/thresholds/models/item/eternium_rod.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/eternium_rod" - } -} diff --git a/src/main/resources/assets/thresholds/models/item/ilusium_block.json b/src/main/resources/assets/thresholds/models/item/ilusium_block.json deleted file mode 100644 index 1954205..0000000 --- a/src/main/resources/assets/thresholds/models/item/ilusium_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/ilusium_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/ilusium_dust.json b/src/main/resources/assets/thresholds/models/item/ilusium_dust.json deleted file mode 100644 index d7a8b43..0000000 --- a/src/main/resources/assets/thresholds/models/item/ilusium_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/ilusium_dust" - } -} diff --git a/src/main/resources/assets/thresholds/models/item/ilusium_ingot.json b/src/main/resources/assets/thresholds/models/item/ilusium_ingot.json deleted file mode 100644 index 0d8ce2b..0000000 --- a/src/main/resources/assets/thresholds/models/item/ilusium_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/ilusium_ingot" - } -} diff --git a/src/main/resources/assets/thresholds/models/item/ilusium_ore_block.json b/src/main/resources/assets/thresholds/models/item/ilusium_ore_block.json deleted file mode 100644 index c2893a5..0000000 --- a/src/main/resources/assets/thresholds/models/item/ilusium_ore_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/ilusium_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/item_scrubber.json b/src/main/resources/assets/thresholds/models/item/item_scrubber.json deleted file mode 100644 index 281ba16..0000000 --- a/src/main/resources/assets/thresholds/models/item/item_scrubber.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/item_scrubber" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/layered_compressed_obsidian_block.json b/src/main/resources/assets/thresholds/models/item/layered_compressed_obsidian_block.json deleted file mode 100644 index 61a54aa..0000000 --- a/src/main/resources/assets/thresholds/models/item/layered_compressed_obsidian_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/layered_compressed_obsidian_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/layered_compressed_obsidian_sheet.json b/src/main/resources/assets/thresholds/models/item/layered_compressed_obsidian_sheet.json deleted file mode 100644 index 7cc49d4..0000000 --- a/src/main/resources/assets/thresholds/models/item/layered_compressed_obsidian_sheet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/layered_compressed_obsidian_sheet" - } -} diff --git a/src/main/resources/assets/thresholds/models/item/liminal_tile_slab.json b/src/main/resources/assets/thresholds/models/item/liminal_tile_slab.json deleted file mode 100644 index c0fc49b..0000000 --- a/src/main/resources/assets/thresholds/models/item/liminal_tile_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/liminal_tile_slab" -} diff --git a/src/main/resources/assets/thresholds/models/item/liminal_tile_stairs.json b/src/main/resources/assets/thresholds/models/item/liminal_tile_stairs.json deleted file mode 100644 index 970f58b..0000000 --- a/src/main/resources/assets/thresholds/models/item/liminal_tile_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/liminal_tile_stairs" -} diff --git a/src/main/resources/assets/thresholds/models/item/liminal_tiles.json b/src/main/resources/assets/thresholds/models/item/liminal_tiles.json deleted file mode 100644 index 289582c..0000000 --- a/src/main/resources/assets/thresholds/models/item/liminal_tiles.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/liminal_tiles" -} diff --git a/src/main/resources/assets/thresholds/models/item/magical_scrubber.json b/src/main/resources/assets/thresholds/models/item/magical_scrubber.json deleted file mode 100644 index 52b8108..0000000 --- a/src/main/resources/assets/thresholds/models/item/magical_scrubber.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/magical_scrubber" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/nether_vault_steel_ore_block.json b/src/main/resources/assets/thresholds/models/item/nether_vault_steel_ore_block.json deleted file mode 100644 index f44bc9a..0000000 --- a/src/main/resources/assets/thresholds/models/item/nether_vault_steel_ore_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/nether_vault_steel_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/raw_cobalt_ore.json b/src/main/resources/assets/thresholds/models/item/raw_cobalt_ore.json deleted file mode 100644 index b2e5cab..0000000 --- a/src/main/resources/assets/thresholds/models/item/raw_cobalt_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/raw_cobalt_ore" -} diff --git a/src/main/resources/assets/thresholds/models/item/raw_vault_steel_ore.json b/src/main/resources/assets/thresholds/models/item/raw_vault_steel_ore.json deleted file mode 100644 index 72a956b..0000000 --- a/src/main/resources/assets/thresholds/models/item/raw_vault_steel_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/raw_vault_steel_ore" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/scrubber_frame.json b/src/main/resources/assets/thresholds/models/item/scrubber_frame.json deleted file mode 100644 index ebea90d..0000000 --- a/src/main/resources/assets/thresholds/models/item/scrubber_frame.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/scrubber_frame" - } -} diff --git a/src/main/resources/assets/thresholds/models/item/scrubber_frame_piece.json b/src/main/resources/assets/thresholds/models/item/scrubber_frame_piece.json deleted file mode 100644 index 53a1f30..0000000 --- a/src/main/resources/assets/thresholds/models/item/scrubber_frame_piece.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/scrubber_frame_piece" - } -} diff --git a/src/main/resources/assets/thresholds/models/item/stable_singularity.json b/src/main/resources/assets/thresholds/models/item/stable_singularity.json deleted file mode 100644 index 050a6ee..0000000 --- a/src/main/resources/assets/thresholds/models/item/stable_singularity.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/stable_singularity" -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_center.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_center.json deleted file mode 100644 index c07b201..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_center.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_center" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_left.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_left.json deleted file mode 100644 index b874db5..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_left.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_left" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_lower.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_lower.json deleted file mode 100644 index e6588d4..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_lower.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_lower" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_lower_left.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_lower_left.json deleted file mode 100644 index b1fa00d..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_lower_left.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_lower_left" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_lower_right.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_lower_right.json deleted file mode 100644 index 704612d..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_lower_right.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_lower_right" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_right.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_right.json deleted file mode 100644 index 41cb17f..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_right.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_right" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_upper.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_upper.json deleted file mode 100644 index 5460ecd..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_upper.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_upper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_upper_left.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_upper_left.json deleted file mode 100644 index f5186e6..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_upper_left.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_upper_left" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_fragment_upper_right.json b/src/main/resources/assets/thresholds/models/item/vault_fragment_upper_right.json deleted file mode 100644 index ed738b9..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_fragment_upper_right.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "thresholds:item/vault_fragment_upper_right" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/thresholds/models/item/vault_steel_ore_block.json b/src/main/resources/assets/thresholds/models/item/vault_steel_ore_block.json deleted file mode 100644 index 7ebaf91..0000000 --- a/src/main/resources/assets/thresholds/models/item/vault_steel_ore_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "thresholds:block/vault_steel_ore_block" -} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/ores/eternium.json b/src/main/resources/data/forge/tags/blocks/ores/eternium.json index 36c5d92..1326b6c 100644 --- a/src/main/resources/data/forge/tags/blocks/ores/eternium.json +++ b/src/main/resources/data/forge/tags/blocks/ores/eternium.json @@ -1,6 +1,6 @@ { "values": [ - "thresholds:eternium_ore_block", - "thresholds:deepslate_eternium_ore_block" + "otemod:eternium_ore_block", + "otemod:deepslate_eternium_ore_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/ores/ilusium.json b/src/main/resources/data/forge/tags/blocks/ores/ilusium.json index 5052683..c442f49 100644 --- a/src/main/resources/data/forge/tags/blocks/ores/ilusium.json +++ b/src/main/resources/data/forge/tags/blocks/ores/ilusium.json @@ -1,6 +1,6 @@ { "values": [ - "thresholds:ilusium_ore_block", - "thresholds:deepslate_ilusium_ore_block" + "otemod:ilusium_ore_block", + "otemod:deepslate_ilusium_ore_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/ores/vaultsteel.json b/src/main/resources/data/forge/tags/blocks/ores/vaultsteel.json index 5db6aad..81e03bc 100644 --- a/src/main/resources/data/forge/tags/blocks/ores/vaultsteel.json +++ b/src/main/resources/data/forge/tags/blocks/ores/vaultsteel.json @@ -1,6 +1,6 @@ { "values": [ - "thresholds:vault_steel_ore_block", - "thresholds:nether_vault_steel_ore_block" + "otemod:vault_steel_ore_block", + "otemod:nether_vault_steel_ore_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/eternium.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/eternium.json index c5eb55e..e67b946 100644 --- a/src/main/resources/data/forge/tags/blocks/storage_blocks/eternium.json +++ b/src/main/resources/data/forge/tags/blocks/storage_blocks/eternium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:eternium_block" + "otemod:eternium_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/ilusium.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/ilusium.json index 421db74..ccdd83b 100644 --- a/src/main/resources/data/forge/tags/blocks/storage_blocks/ilusium.json +++ b/src/main/resources/data/forge/tags/blocks/storage_blocks/ilusium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:ilusium_block" + "otemod:ilusium_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ingots/eternium.json b/src/main/resources/data/forge/tags/items/ingots/eternium.json index 4975c28..3ed1ca0 100644 --- a/src/main/resources/data/forge/tags/items/ingots/eternium.json +++ b/src/main/resources/data/forge/tags/items/ingots/eternium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:eternium_ingot" + "otemod:eternium_ingot" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ingots/ilusium.json b/src/main/resources/data/forge/tags/items/ingots/ilusium.json index 5eccde4..d015528 100644 --- a/src/main/resources/data/forge/tags/items/ingots/ilusium.json +++ b/src/main/resources/data/forge/tags/items/ingots/ilusium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:ilusium_ingot" + "otemod:ilusium_ingot" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ingots/vaultsteel.json b/src/main/resources/data/forge/tags/items/ingots/vaultsteel.json index eec7f6c..77b0fb8 100644 --- a/src/main/resources/data/forge/tags/items/ingots/vaultsteel.json +++ b/src/main/resources/data/forge/tags/items/ingots/vaultsteel.json @@ -1,5 +1,5 @@ { "values":[ - "thresholds:vault_steel_ingot" + "otemod:vault_steel_ingot" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ores/eternium.json b/src/main/resources/data/forge/tags/items/ores/eternium.json index 3ce96cd..f9814c8 100644 --- a/src/main/resources/data/forge/tags/items/ores/eternium.json +++ b/src/main/resources/data/forge/tags/items/ores/eternium.json @@ -1,7 +1,7 @@ { "values": [ - "thresholds:eternium_ore", - "thresholds:eternium_ore_block", - "thresholds:deepslate_eternium_ore_block" + "otemod:eternium_ore", + "otemod:eternium_ore_block", + "otemod:deepslate_eternium_ore_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ores/ilusium.json b/src/main/resources/data/forge/tags/items/ores/ilusium.json index 7bcbe61..a00745c 100644 --- a/src/main/resources/data/forge/tags/items/ores/ilusium.json +++ b/src/main/resources/data/forge/tags/items/ores/ilusium.json @@ -1,7 +1,7 @@ { "values": [ - "thresholds:ilusium_ore", - "thresholds:ilusium_ore_block", - "thresholds:deepslate_ilusium_ore_block" + "otemod:ilusium_ore", + "otemod:ilusium_ore_block", + "otemod:deepslate_ilusium_ore_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ores/vaultsteel.json b/src/main/resources/data/forge/tags/items/ores/vaultsteel.json index 60e88cf..12b69ca 100644 --- a/src/main/resources/data/forge/tags/items/ores/vaultsteel.json +++ b/src/main/resources/data/forge/tags/items/ores/vaultsteel.json @@ -1,7 +1,7 @@ { "values": [ - "thresholds:raw_vault_steel_ore", - "thresholds:vault_steel_ore_block", - "thresholds:nether_vault_steel_ore_block" + "otemod:raw_vault_steel_ore", + "otemod:vault_steel_ore_block", + "otemod:nether_vault_steel_ore_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/raw_materials/eternium.json b/src/main/resources/data/forge/tags/items/raw_materials/eternium.json index abe429f..7031478 100644 --- a/src/main/resources/data/forge/tags/items/raw_materials/eternium.json +++ b/src/main/resources/data/forge/tags/items/raw_materials/eternium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:eternium_ore" + "otemod:eternium_ore" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/raw_materials/ilusium.json b/src/main/resources/data/forge/tags/items/raw_materials/ilusium.json index eee01a8..914dd26 100644 --- a/src/main/resources/data/forge/tags/items/raw_materials/ilusium.json +++ b/src/main/resources/data/forge/tags/items/raw_materials/ilusium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:ilusium_ore" + "otemod:ilusium_ore" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/raw_materials/vaultsteel.json b/src/main/resources/data/forge/tags/items/raw_materials/vaultsteel.json index db5c11e..aca3692 100644 --- a/src/main/resources/data/forge/tags/items/raw_materials/vaultsteel.json +++ b/src/main/resources/data/forge/tags/items/raw_materials/vaultsteel.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:raw_vault_steel_ore" + "otemod:raw_vault_steel_ore" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/rods/eternium.json b/src/main/resources/data/forge/tags/items/rods/eternium.json index d654638..7b7dacc 100644 --- a/src/main/resources/data/forge/tags/items/rods/eternium.json +++ b/src/main/resources/data/forge/tags/items/rods/eternium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:eternium_rod" + "otemod:eternium_rod" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/rods/ilusium.json b/src/main/resources/data/forge/tags/items/rods/ilusium.json index b07677a..81dceea 100644 --- a/src/main/resources/data/forge/tags/items/rods/ilusium.json +++ b/src/main/resources/data/forge/tags/items/rods/ilusium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:ilusium_rod" + "otemod:ilusium_rod" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/eternium.json b/src/main/resources/data/forge/tags/items/storage_blocks/eternium.json index 9df5c9d..82e10d8 100644 --- a/src/main/resources/data/forge/tags/items/storage_blocks/eternium.json +++ b/src/main/resources/data/forge/tags/items/storage_blocks/eternium.json @@ -1,5 +1,5 @@ { "values":[ - "thresholds:eternium_block" + "otemod:eternium_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/ilusium.json b/src/main/resources/data/forge/tags/items/storage_blocks/ilusium.json index 421db74..ccdd83b 100644 --- a/src/main/resources/data/forge/tags/items/storage_blocks/ilusium.json +++ b/src/main/resources/data/forge/tags/items/storage_blocks/ilusium.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:ilusium_block" + "otemod:ilusium_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/unusual/experience_blocks.json b/src/main/resources/data/forge/tags/items/unusual/experience_blocks.json index 9772dd7..fe1705f 100644 --- a/src/main/resources/data/forge/tags/items/unusual/experience_blocks.json +++ b/src/main/resources/data/forge/tags/items/unusual/experience_blocks.json @@ -1,5 +1,5 @@ { "values": [ - "thresholds:aurora_block" + "otemod:aurora_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json index 0356175..98c9ff0 100644 --- a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -1,23 +1,23 @@ { "values": [ - "thresholds:eternium_ore_block", - "thresholds:deepslate_eternium_ore_block", - "thresholds:aurora_block", - "thresholds:aurora_door", + "otemod:eternium_ore_block", + "otemod:deepslate_eternium_ore_block", + "otemod:aurora_block", + "otemod:aurora_door", - "thresholds:item_scrubber", - "thresholds:magical_scrubber", + "otemod:item_scrubber", + "otemod:magical_scrubber", - "thresholds:vault_steel_ore_block", - "thresholds:eternium_block", + "otemod:vault_steel_ore_block", + "otemod:eternium_block", - "thresholds:ilusium_ore_block", - "thresholds:deepslate_ilusium_ore_block", - "thresholds:ilusium_block", + "otemod:ilusium_ore_block", + "otemod:deepslate_ilusium_ore_block", + "otemod:ilusium_block", - "thresholds:stable_singularity", - "thresholds:compression_chamber", - "thresholds:compressed_obsidian_block", - "thresholds:layered_compressed_obsidian_block" + "otemod:stable_singularity", + "otemod:compression_chamber", + "otemod:compressed_obsidian_block", + "otemod:layered_compressed_obsidian_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json b/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json index 7cfb8ad..76f5940 100644 --- a/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json +++ b/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json @@ -1,12 +1,12 @@ { "values": [ - "thresholds:aurora_block", - "thresholds:aurora_door", - "thresholds:item_scrubber", - "thresholds:magical_scrubber", - "thresholds:vault_steel_ore_block", - "thresholds:compression_chamber", - "thresholds:compressed_obsidian_block", - "thresholds:layered_compressed_obsidian_block" + "otemod:aurora_block", + "otemod:aurora_door", + "otemod:item_scrubber", + "otemod:magical_scrubber", + "otemod:vault_steel_ore_block", + "otemod:compression_chamber", + "otemod:compressed_obsidian_block", + "otemod:layered_compressed_obsidian_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json index 6088711..259d7be 100644 --- a/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json +++ b/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json @@ -1,10 +1,10 @@ { "values": [ - "thresholds:eternium_ore_block", - "thresholds:deepslate_eternium_ore_block", - "thresholds:ilusium_ore_block", - "thresholds:deepslate_ilusium_ore_block", - "thresholds:ilusium_block", - "thresholds:eternium_block" + "otemod:eternium_ore_block", + "otemod:deepslate_eternium_ore_block", + "otemod:ilusium_ore_block", + "otemod:deepslate_ilusium_ore_block", + "otemod:ilusium_block", + "otemod:eternium_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/wither_immune.json b/src/main/resources/data/minecraft/tags/blocks/wither_immune.json index a931fdc..bf24f79 100644 --- a/src/main/resources/data/minecraft/tags/blocks/wither_immune.json +++ b/src/main/resources/data/minecraft/tags/blocks/wither_immune.json @@ -1,11 +1,11 @@ { "values": [ - "thresholds:aurora_block", - "thresholds:aurora_door", - "thresholds:eternium_block", - "thresholds:ilusium_block", - "thresholds:item_scrubber", - "thresholds:magical_scrubber", - "thresholds:layered_compressed_obsidian_block" + "otemod:aurora_block", + "otemod:aurora_door", + "otemod:eternium_block", + "otemod:ilusium_block", + "otemod:item_scrubber", + "otemod:magical_scrubber", + "otemod:layered_compressed_obsidian_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/dimension/resource.json b/src/main/resources/data/otemod/dimension/resource.json similarity index 95% rename from src/main/resources/data/thresholds/dimension/resource.json rename to src/main/resources/data/otemod/dimension/resource.json index 66273ba..d24f9e3 100644 --- a/src/main/resources/data/thresholds/dimension/resource.json +++ b/src/main/resources/data/otemod/dimension/resource.json @@ -1,205029 +1,205029 @@ -{ - "type": "thresholds:resource", - "generator": { - "type": "minecraft:noise", - "settings": "thresholds:resource", - "biome_source": { - "type": "minecraft:multi_noise", - "biomes": [ - { - "biome": "minecraft:mushroom_fields", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.2, - -1.05 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mushroom_fields", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.2, - -1.05 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_frozen_ocean", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_frozen_ocean", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_ocean", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_ocean", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_cold_ocean", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_cold_ocean", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cold_ocean", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cold_ocean", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_ocean", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_ocean", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ocean", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ocean", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_lukewarm_ocean", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_lukewarm_ocean", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:lukewarm_ocean", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:lukewarm_ocean", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:warm_ocean", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:warm_ocean", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:warm_ocean", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:warm_ocean", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -0.375, - 0.55 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -0.375, - 0.55 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -0.375, - 0.55 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -0.375, - 0.55 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cherry_grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dripstone_caves", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - 0.8, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": [ - 0.2, - 0.9 - ], - "offset": 0 - } - }, - { - "biome": "minecraft:lush_caves", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - 0.7, - 1 - ], - "continentalness": [ - -1, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": [ - 0.2, - 0.9 - ], - "offset": 0 - } - }, - { - "biome": "minecraft:deep_dark", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1.1, - "offset": 0 - } - } - ] - } - } -} +{ + "type": "otemod:resource", + "generator": { + "type": "minecraft:noise", + "settings": "otemod:resource", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "minecraft:mushroom_fields", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.2, + -1.05 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mushroom_fields", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.2, + -1.05 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_frozen_ocean", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_frozen_ocean", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_ocean", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_ocean", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_cold_ocean", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_cold_ocean", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cold_ocean", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cold_ocean", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_ocean", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_ocean", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ocean", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ocean", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_lukewarm_ocean", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_lukewarm_ocean", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:lukewarm_ocean", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:lukewarm_ocean", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dripstone_caves", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + 0.8, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": [ + 0.2, + 0.9 + ], + "offset": 0 + } + }, + { + "biome": "minecraft:lush_caves", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + 0.7, + 1 + ], + "continentalness": [ + -1, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": [ + 0.2, + 0.9 + ], + "offset": 0 + } + }, + { + "biome": "minecraft:deep_dark", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1.1, + "offset": 0 + } + } + ] + } + } +} diff --git a/src/main/resources/data/thresholds/dimension/threshold.json b/src/main/resources/data/otemod/dimension/threshold.json similarity index 65% rename from src/main/resources/data/thresholds/dimension/threshold.json rename to src/main/resources/data/otemod/dimension/threshold.json index e3b47fd..271779c 100644 --- a/src/main/resources/data/thresholds/dimension/threshold.json +++ b/src/main/resources/data/otemod/dimension/threshold.json @@ -1,8 +1,8 @@ { - "type": "thresholds:threshold", + "type": "otemod:threshold", "generator": { "type": "minecraft:noise", - "settings": "thresholds:threshold", + "settings": "otemod:threshold", "biome_source": { "type": "minecraft:multi_noise", "biomes": [] diff --git a/src/main/resources/data/thresholds/dimension_type/resource.json b/src/main/resources/data/otemod/dimension_type/resource.json similarity index 95% rename from src/main/resources/data/thresholds/dimension_type/resource.json rename to src/main/resources/data/otemod/dimension_type/resource.json index 5ac581d..4e6ea5e 100644 --- a/src/main/resources/data/thresholds/dimension_type/resource.json +++ b/src/main/resources/data/otemod/dimension_type/resource.json @@ -1,20 +1,20 @@ -{ - "ultrawarm": false, - "natural": true, - "piglin_safe": false, - "respawn_anchor_works": false, - "bed_works": false, - "has_raids": true, - "has_skylight": false, - "has_ceiling": false, - "coordinate_scale": 1, - "ambient_light": 1, - "fixed_time": 1, - "logical_height": 384, - "effects": "minecraft:the_end", - "infiniburn": "#minecraft:infiniburn_overworld", - "min_y": -64, - "height": 384, - "monster_spawn_light_level": 0, - "monster_spawn_block_light_limit": 0 -} +{ + "ultrawarm": false, + "natural": true, + "piglin_safe": false, + "respawn_anchor_works": false, + "bed_works": false, + "has_raids": true, + "has_skylight": false, + "has_ceiling": false, + "coordinate_scale": 1, + "ambient_light": 1, + "fixed_time": 1, + "logical_height": 384, + "effects": "minecraft:the_end", + "infiniburn": "#minecraft:infiniburn_overworld", + "min_y": -64, + "height": 384, + "monster_spawn_light_level": 0, + "monster_spawn_block_light_limit": 0 +} diff --git a/src/main/resources/data/thresholds/dimension_type/threshold.json b/src/main/resources/data/otemod/dimension_type/threshold.json similarity index 100% rename from src/main/resources/data/thresholds/dimension_type/threshold.json rename to src/main/resources/data/otemod/dimension_type/threshold.json diff --git a/src/main/resources/data/thresholds/disabled_stuff/.placeholder b/src/main/resources/data/otemod/disabled_stuff/.placeholder similarity index 100% rename from src/main/resources/data/thresholds/disabled_stuff/.placeholder rename to src/main/resources/data/otemod/disabled_stuff/.placeholder diff --git a/src/main/resources/data/thresholds/disabled_stuff/chunkdel.mcfunction b/src/main/resources/data/otemod/disabled_stuff/chunkdel.mcfunction similarity index 96% rename from src/main/resources/data/thresholds/disabled_stuff/chunkdel.mcfunction rename to src/main/resources/data/otemod/disabled_stuff/chunkdel.mcfunction index 4a3976b..7f4cd0b 100644 --- a/src/main/resources/data/thresholds/disabled_stuff/chunkdel.mcfunction +++ b/src/main/resources/data/otemod/disabled_stuff/chunkdel.mcfunction @@ -1,36 +1,36 @@ -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:grass_block -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:dirt -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:stone -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:bedrock -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:gravel -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:andesite -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:diorite -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:granite -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:tuff -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:water -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:lava -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace thresholds:aurora_block -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_diamond_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:diamond_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_iron_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:iron_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_gold_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:gold_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_redstone_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:redstone_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_lapis_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:lapis_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_copper_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:copper_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:dripstone_block -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_lead_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_fluorite_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_uranium_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_osmium_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_tin_ore -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:netherrack -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:soul_sand -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:soul_soil -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:magma_block +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:grass_block +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:dirt +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:stone +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:bedrock +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:gravel +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:andesite +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:diorite +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:granite +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:tuff +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:water +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:lava +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace otemod:aurora_block +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_diamond_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:diamond_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_iron_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:iron_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_gold_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:gold_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_redstone_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:redstone_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_lapis_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:lapis_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_copper_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:copper_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:dripstone_block +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_lead_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_fluorite_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_uranium_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_osmium_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace mekanism:deepslate_tin_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:netherrack +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:soul_sand +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:soul_soil +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:magma_block fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:blackstone \ No newline at end of file diff --git a/src/main/resources/data/thresholds/disabled_stuff/eternium_disabled.disabled b/src/main/resources/data/otemod/disabled_stuff/eternium_disabled.disabled similarity index 89% rename from src/main/resources/data/thresholds/disabled_stuff/eternium_disabled.disabled rename to src/main/resources/data/otemod/disabled_stuff/eternium_disabled.disabled index 54a76c7..03bf9af 100644 --- a/src/main/resources/data/thresholds/disabled_stuff/eternium_disabled.disabled +++ b/src/main/resources/data/otemod/disabled_stuff/eternium_disabled.disabled @@ -1,64 +1,64 @@ -{ - "type": "thresholds:eternium", - "generator": { - "type": "minecraft:noise", - "settings": { - "sea_level": 63, - "disable_mob_generation": true, - "aquifers_enabled": true, - "ore_veins_enabled": false, - "legacy_random_source": false, - "default_block": { - "Name": "thresholds:aurora_block" - }, - "default_fluid": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - }, - "noise": { - "min_y": -64, - "height": 384, - "size_horizontal": 1, - "size_vertical": 1 - }, - "noise_router": { - "barrier": 0, - "fluid_level_floodedness": 0.5, - "fluid_level_spread": 0, - "lava": { - "type": "minecraft:y_clamped_gradient", - "from_y": 0, - "to_y": 0, - "from_value": 0, - "to_value": 0 - }, - "temperature": 0, - "vegetation": 0, - "continents": 0, - "erosion": 0, - "depth": 0, - "ridges": 0, - "initial_density_without_jaggedness": 0, - "final_density": { - "type": "minecraft:shift_a", - "argument": "minecraft:overworld/base_3d_noise" - }, - "vein_toggle": 0, - "vein_ridged": 0, - "vein_gap": 0 - }, - "spawn_target": [], - "surface_rule": { - "type": "minecraft:sequence", - "sequence": [] - } - }, - "biome_source": { - "type": "minecraft:fixed", - "biome": "thresholds:timelocked" - } - } - } +{ + "type": "otemod:eternium", + "generator": { + "type": "minecraft:noise", + "settings": { + "sea_level": 63, + "disable_mob_generation": true, + "aquifers_enabled": true, + "ore_veins_enabled": false, + "legacy_random_source": false, + "default_block": { + "Name": "otemod:aurora_block" + }, + "default_fluid": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "noise": { + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "size_vertical": 1 + }, + "noise_router": { + "barrier": 0, + "fluid_level_floodedness": 0.5, + "fluid_level_spread": 0, + "lava": { + "type": "minecraft:y_clamped_gradient", + "from_y": 0, + "to_y": 0, + "from_value": 0, + "to_value": 0 + }, + "temperature": 0, + "vegetation": 0, + "continents": 0, + "erosion": 0, + "depth": 0, + "ridges": 0, + "initial_density_without_jaggedness": 0, + "final_density": { + "type": "minecraft:shift_a", + "argument": "minecraft:overworld/base_3d_noise" + }, + "vein_toggle": 0, + "vein_ridged": 0, + "vein_gap": 0 + }, + "spawn_target": [], + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [] + } + }, + "biome_source": { + "type": "minecraft:fixed", + "biome": "otemod:timelocked" + } + } + } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/forge/biome_modifier/eternium_placer.json b/src/main/resources/data/otemod/forge/biome_modifier/eternium_placer.json similarity index 62% rename from src/main/resources/data/thresholds/forge/biome_modifier/eternium_placer.json rename to src/main/resources/data/otemod/forge/biome_modifier/eternium_placer.json index bde0315..a84bfab 100644 --- a/src/main/resources/data/thresholds/forge/biome_modifier/eternium_placer.json +++ b/src/main/resources/data/otemod/forge/biome_modifier/eternium_placer.json @@ -1,6 +1,6 @@ -{ - "type": "forge:add_features", - "features": ["thresholds:eternium_oregen_overworld"], - "biomes": "#is_overworld", - "step": "underground_ores" +{ + "type": "forge:add_features", + "features": ["otemod:eternium_oregen_overworld"], + "biomes": "#is_overworld", + "step": "underground_ores" } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/forge/biome_modifier/ilusium_placer.json b/src/main/resources/data/otemod/forge/biome_modifier/ilusium_placer.json similarity index 63% rename from src/main/resources/data/thresholds/forge/biome_modifier/ilusium_placer.json rename to src/main/resources/data/otemod/forge/biome_modifier/ilusium_placer.json index 1fd6e7c..6f26a55 100644 --- a/src/main/resources/data/thresholds/forge/biome_modifier/ilusium_placer.json +++ b/src/main/resources/data/otemod/forge/biome_modifier/ilusium_placer.json @@ -1,6 +1,6 @@ { "type": "forge:add_features", - "features": ["thresholds:ilusium_oregen_overworld"], + "features": ["otemod:ilusium_oregen_overworld"], "biomes": "#is_overworld", "step": "underground_ores" } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/forge/biome_modifier/vaultsteel_placer.json b/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer.json similarity index 61% rename from src/main/resources/data/thresholds/forge/biome_modifier/vaultsteel_placer.json rename to src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer.json index 96a8c8f..ae2c9fc 100644 --- a/src/main/resources/data/thresholds/forge/biome_modifier/vaultsteel_placer.json +++ b/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer.json @@ -1,6 +1,6 @@ -{ - "type": "forge:add_features", - "features": ["thresholds:vaultsteel_oregen_overworld"], - "biomes": "#is_overworld", - "step": "underground_ores" +{ + "type": "forge:add_features", + "features": ["otemod:vaultsteel_oregen_overworld"], + "biomes": "#is_overworld", + "step": "underground_ores" } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/forge/biome_modifier/vaultsteel_placer_nether.json b/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer_nether.json similarity index 62% rename from src/main/resources/data/thresholds/forge/biome_modifier/vaultsteel_placer_nether.json rename to src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer_nether.json index f7aad80..ea3c538 100644 --- a/src/main/resources/data/thresholds/forge/biome_modifier/vaultsteel_placer_nether.json +++ b/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer_nether.json @@ -1,6 +1,6 @@ { "type": "forge:add_features", - "features": ["thresholds:vaultsteel_oregen_nether"], + "features": ["otemod:vaultsteel_oregen_nether"], "biomes": "#is_nether", "step": "underground_ores" } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/functions/.placeholder b/src/main/resources/data/otemod/functions/.placeholder similarity index 100% rename from src/main/resources/data/thresholds/functions/.placeholder rename to src/main/resources/data/otemod/functions/.placeholder diff --git a/src/main/resources/data/otemod/loot_tables/blocks/aurora_block.json b/src/main/resources/data/otemod/loot_tables/blocks/aurora_block.json new file mode 100644 index 0000000..d5c61e4 --- /dev/null +++ b/src/main/resources/data/otemod/loot_tables/blocks/aurora_block.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:aurora_block" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] + } + \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/compressed_obsidian_block.json b/src/main/resources/data/otemod/loot_tables/blocks/aurora_door.json similarity index 83% rename from src/main/resources/data/thresholds/loot_tables/blocks/compressed_obsidian_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/aurora_door.json index bfe8146..11e211f 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/compressed_obsidian_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/aurora_door.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "thresholds:compressed_obsidian_block" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] - } +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:aurora_door" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/compression_chamber.json b/src/main/resources/data/otemod/loot_tables/blocks/compressed_obsidian_block.json similarity index 84% rename from src/main/resources/data/thresholds/loot_tables/blocks/compression_chamber.json rename to src/main/resources/data/otemod/loot_tables/blocks/compressed_obsidian_block.json index 1840b15..84e04a3 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/compression_chamber.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/compressed_obsidian_block.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "thresholds:compression_chamber" + "name": "otemod:compressed_obsidian_block" } ], "conditions": [ diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/ilusium_block.json b/src/main/resources/data/otemod/loot_tables/blocks/compression_chamber.json similarity index 86% rename from src/main/resources/data/thresholds/loot_tables/blocks/ilusium_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/compression_chamber.json index 5ef8a87..cb22d36 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/ilusium_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/compression_chamber.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "thresholds:ilusium_block" + "name": "otemod:compression_chamber" } ], "conditions": [ diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/deepslate_ilusium_ore_block.json b/src/main/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json similarity index 90% rename from src/main/resources/data/thresholds/loot_tables/blocks/deepslate_ilusium_ore_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json index 2a4a3bf..f98254a 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/deepslate_ilusium_ore_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json @@ -1,50 +1,50 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "main", - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "thresholds:deepslate_ilusium_ore_block" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "thresholds:ilusium_ore" - } - ] - } - ] - } - ] +{ + "type": "minecraft:block", + "pools": [ + { + "name": "main", + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "otemod:deepslate_eternium_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:eternium_ore" + } + ] + } + ] + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/eternium_ore_block.json b/src/main/resources/data/otemod/loot_tables/blocks/deepslate_ilusium_ore_block.json similarity index 93% rename from src/main/resources/data/thresholds/loot_tables/blocks/eternium_ore_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/deepslate_ilusium_ore_block.json index 6dec096..f568e2c 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/eternium_ore_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/deepslate_ilusium_ore_block.json @@ -26,7 +26,7 @@ } } ], - "name": "thresholds:eternium_ore_block" + "name": "otemod:deepslate_ilusium_ore_block" }, { "type": "minecraft:item", @@ -40,7 +40,7 @@ "function": "minecraft:explosion_decay" } ], - "name": "thresholds:eternium_ore" + "name": "otemod:ilusium_ore" } ] } diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/aurora_door.json b/src/main/resources/data/otemod/loot_tables/blocks/eternium_block.json similarity index 87% rename from src/main/resources/data/thresholds/loot_tables/blocks/aurora_door.json rename to src/main/resources/data/otemod/loot_tables/blocks/eternium_block.json index 0f95f8b..26de7ce 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/aurora_door.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/eternium_block.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "thresholds:aurora_door" + "name": "otemod:eternium_block" } ], "conditions": [ diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/deepslate_eternium_ore_block.json b/src/main/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json similarity index 91% rename from src/main/resources/data/thresholds/loot_tables/blocks/deepslate_eternium_ore_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json index d72276c..49ef5f6 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/deepslate_eternium_ore_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json @@ -1,50 +1,50 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "main", - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "thresholds:deepslate_eternium_ore_block" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "thresholds:eternium_ore" - } - ] - } - ] - } - ] +{ + "type": "minecraft:block", + "pools": [ + { + "name": "main", + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "otemod:eternium_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:eternium_ore" + } + ] + } + ] + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/aurora_block.json b/src/main/resources/data/otemod/loot_tables/blocks/ilusium_block.json similarity index 86% rename from src/main/resources/data/thresholds/loot_tables/blocks/aurora_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/ilusium_block.json index 086cf93..6fbb824 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/aurora_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/ilusium_block.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "thresholds:aurora_block" + "name": "otemod:ilusium_block" } ], "conditions": [ diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/ilusium_ore_block.json b/src/main/resources/data/otemod/loot_tables/blocks/ilusium_ore_block.json similarity index 93% rename from src/main/resources/data/thresholds/loot_tables/blocks/ilusium_ore_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/ilusium_ore_block.json index 1be9ef8..cde807f 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/ilusium_ore_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/ilusium_ore_block.json @@ -26,7 +26,7 @@ } } ], - "name": "thresholds:ilusium_ore_block" + "name": "otemod:ilusium_ore_block" }, { "type": "minecraft:item", @@ -40,7 +40,7 @@ "function": "minecraft:explosion_decay" } ], - "name": "thresholds:ilusium_ore" + "name": "otemod:ilusium_ore" } ] } diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/item_scrubber.json b/src/main/resources/data/otemod/loot_tables/blocks/item_scrubber.json similarity index 83% rename from src/main/resources/data/thresholds/loot_tables/blocks/item_scrubber.json rename to src/main/resources/data/otemod/loot_tables/blocks/item_scrubber.json index 2e02bdc..1a54ebc 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/item_scrubber.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/item_scrubber.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "thresholds:item_scrubber" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] - } +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:item_scrubber" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/otemod/loot_tables/blocks/layered_compressed_obsidian_block.json b/src/main/resources/data/otemod/loot_tables/blocks/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..856ba01 --- /dev/null +++ b/src/main/resources/data/otemod/loot_tables/blocks/layered_compressed_obsidian_block.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:layered_compressed_obsidian_block" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] + } + \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/magical_scrubber.json b/src/main/resources/data/otemod/loot_tables/blocks/magical_scrubber.json similarity index 82% rename from src/main/resources/data/thresholds/loot_tables/blocks/magical_scrubber.json rename to src/main/resources/data/otemod/loot_tables/blocks/magical_scrubber.json index 2df2081..2dcc794 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/magical_scrubber.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/magical_scrubber.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "thresholds:magical_scrubber" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] - } +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:magical_scrubber" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/nether_vault_steel_ore_block.json b/src/main/resources/data/otemod/loot_tables/blocks/nether_vault_steel_ore_block.json similarity index 90% rename from src/main/resources/data/thresholds/loot_tables/blocks/nether_vault_steel_ore_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/nether_vault_steel_ore_block.json index 1046d56..8ebc4f1 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/nether_vault_steel_ore_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/nether_vault_steel_ore_block.json @@ -1,50 +1,50 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "main", - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "thresholds:nether_vault_steel_ore_block" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "thresholds:raw_vault_steel_ore" - } - ] - } - ] - } - ] +{ + "type": "minecraft:block", + "pools": [ + { + "name": "main", + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "otemod:nether_vault_steel_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:raw_vault_steel_ore" + } + ] + } + ] + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/stable_singularity.json b/src/main/resources/data/otemod/loot_tables/blocks/stable_singularity.json similarity index 81% rename from src/main/resources/data/thresholds/loot_tables/blocks/stable_singularity.json rename to src/main/resources/data/otemod/loot_tables/blocks/stable_singularity.json index 6b97db2..2230037 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/stable_singularity.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/stable_singularity.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "thresholds:stable_singularity" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] - } +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:stable_singularity" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/vault_steel_ore_block.json b/src/main/resources/data/otemod/loot_tables/blocks/vault_steel_ore_block.json similarity index 90% rename from src/main/resources/data/thresholds/loot_tables/blocks/vault_steel_ore_block.json rename to src/main/resources/data/otemod/loot_tables/blocks/vault_steel_ore_block.json index 7270105..8b90fa1 100644 --- a/src/main/resources/data/thresholds/loot_tables/blocks/vault_steel_ore_block.json +++ b/src/main/resources/data/otemod/loot_tables/blocks/vault_steel_ore_block.json @@ -1,50 +1,50 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "main", - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "thresholds:vault_steel_ore_block" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "thresholds:raw_vault_steel_ore" - } - ] - } - ] - } - ] +{ + "type": "minecraft:block", + "pools": [ + { + "name": "main", + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "otemod:vault_steel_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:apply_bonus", + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:raw_vault_steel_ore" + } + ] + } + ] + } + ] } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/aurora_block.json b/src/main/resources/data/otemod/recipes/aurora_block.json similarity index 63% rename from src/main/resources/data/thresholds/recipes/aurora_block.json rename to src/main/resources/data/otemod/recipes/aurora_block.json index 45c2447..5817550 100644 --- a/src/main/resources/data/thresholds/recipes/aurora_block.json +++ b/src/main/resources/data/otemod/recipes/aurora_block.json @@ -1,17 +1,17 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "CCC", - "CCC", - "CCC" - ], - "key": { - "C": { - "item": "thresholds:aurora_compound" - } - }, - "result": { - "item": "thresholds:aurora_block", - "count": 1 - } -} +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CCC", + "CCC" + ], + "key": { + "C": { + "item": "otemod:aurora_compound" + } + }, + "result": { + "item": "otemod:aurora_block", + "count": 1 + } +} diff --git a/src/main/resources/data/thresholds/recipes/aurora_door.json b/src/main/resources/data/otemod/recipes/aurora_door.json similarity index 64% rename from src/main/resources/data/thresholds/recipes/aurora_door.json rename to src/main/resources/data/otemod/recipes/aurora_door.json index 73a9b19..e7f16d2 100644 --- a/src/main/resources/data/thresholds/recipes/aurora_door.json +++ b/src/main/resources/data/otemod/recipes/aurora_door.json @@ -1,17 +1,17 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "CC", - "CC", - "CC" - ], - "key": { - "C": { - "item": "thresholds:aurora_block" - } - }, - "result": { - "item": "thresholds:aurora_door", - "count": 2 - } -} +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CC", + "CC", + "CC" + ], + "key": { + "C": { + "item": "otemod:aurora_block" + } + }, + "result": { + "item": "otemod:aurora_door", + "count": 2 + } +} diff --git a/src/main/resources/data/thresholds/recipes/brimstone_to_sulfur.json b/src/main/resources/data/otemod/recipes/brimstone_to_sulfur.json similarity index 100% rename from src/main/resources/data/thresholds/recipes/brimstone_to_sulfur.json rename to src/main/resources/data/otemod/recipes/brimstone_to_sulfur.json diff --git a/src/main/resources/data/thresholds/recipes/clear_glass_block.json b/src/main/resources/data/otemod/recipes/clear_glass_block.json similarity index 80% rename from src/main/resources/data/thresholds/recipes/clear_glass_block.json rename to src/main/resources/data/otemod/recipes/clear_glass_block.json index 4a7317a..461725d 100644 --- a/src/main/resources/data/thresholds/recipes/clear_glass_block.json +++ b/src/main/resources/data/otemod/recipes/clear_glass_block.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "Q Q", - " G ", - "Q Q" - ], - "key": { - "Q": { - "item": "minecraft:quartz" - }, - "G": { - "item": "minecraft:glass" - } - }, - "result": { - "item": "thresholds:clear_glass_block", - "count": 1 - } -} +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "Q Q", + " G ", + "Q Q" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "G": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "otemod:clear_glass_block", + "count": 1 + } +} diff --git a/src/main/resources/data/thresholds/recipes/compressed_obsidian_block.json b/src/main/resources/data/otemod/recipes/compressed_obsidian_block.json similarity index 60% rename from src/main/resources/data/thresholds/recipes/compressed_obsidian_block.json rename to src/main/resources/data/otemod/recipes/compressed_obsidian_block.json index a29f14a..4b09fb0 100644 --- a/src/main/resources/data/thresholds/recipes/compressed_obsidian_block.json +++ b/src/main/resources/data/otemod/recipes/compressed_obsidian_block.json @@ -7,11 +7,11 @@ ], "key": { "Q": { - "item": "thresholds:compressed_obsidian_sheet" + "item": "otemod:compressed_obsidian_sheet" } }, "result": { - "item": "thresholds:compressed_obsidian_block", + "item": "otemod:compressed_obsidian_block", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/compressing/bedrock.json b/src/main/resources/data/otemod/recipes/compressing/bedrock.json similarity index 51% rename from src/main/resources/data/thresholds/recipes/compressing/bedrock.json rename to src/main/resources/data/otemod/recipes/compressing/bedrock.json index f7a4f95..ab4c355 100644 --- a/src/main/resources/data/thresholds/recipes/compressing/bedrock.json +++ b/src/main/resources/data/otemod/recipes/compressing/bedrock.json @@ -1,10 +1,10 @@ { - "type": "thresholds:compressing", + "type": "otemod:compressing", "output": { "item": "minecraft:bedrock" }, "input": { - "item": "thresholds:encased_singularity" + "item": "otemod:encased_singularity" }, "time": 60 } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/compressing/compressed_obsidian_sheet.json b/src/main/resources/data/otemod/recipes/compressing/compressed_obsidian_sheet.json similarity index 53% rename from src/main/resources/data/thresholds/recipes/compressing/compressed_obsidian_sheet.json rename to src/main/resources/data/otemod/recipes/compressing/compressed_obsidian_sheet.json index f779277..16352c1 100644 --- a/src/main/resources/data/thresholds/recipes/compressing/compressed_obsidian_sheet.json +++ b/src/main/resources/data/otemod/recipes/compressing/compressed_obsidian_sheet.json @@ -1,10 +1,10 @@ { - "type": "thresholds:compressing", + "type": "otemod:compressing", "input": { "item": "minecraft:obsidian" }, "output": { - "item": "thresholds:compressed_obsidian_sheet", + "item": "otemod:compressed_obsidian_sheet", "count": 2 }, "time": 10 diff --git a/src/main/resources/data/otemod/recipes/compressing/layered_compressed_obsidian_sheet.json b/src/main/resources/data/otemod/recipes/compressing/layered_compressed_obsidian_sheet.json new file mode 100644 index 0000000..c13b1b4 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/compressing/layered_compressed_obsidian_sheet.json @@ -0,0 +1,11 @@ +{ + "type": "otemod:compressing", + "output": { + "item": "otemod:layered_compressed_obsidian_sheet", + "count": 2 + }, + "input": { + "item": "otemod:compressed_obsidian_block" + }, + "time": 20 +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/compressing/stable_singularity.json b/src/main/resources/data/otemod/recipes/compressing/stable_singularity.json new file mode 100644 index 0000000..591cb74 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/compressing/stable_singularity.json @@ -0,0 +1,10 @@ +{ + "type": "otemod:compressing", + "output": { + "item": "otemod:stable_singularity" + }, + "input": { + "item": "otemod:layered_compressed_obsidian_block" + }, + "time": 60 +} \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/compression_chamber.json b/src/main/resources/data/otemod/recipes/compression_chamber.json similarity index 88% rename from src/main/resources/data/thresholds/recipes/compression_chamber.json rename to src/main/resources/data/otemod/recipes/compression_chamber.json index aea56b4..10c3c53 100644 --- a/src/main/resources/data/thresholds/recipes/compression_chamber.json +++ b/src/main/resources/data/otemod/recipes/compression_chamber.json @@ -20,7 +20,7 @@ } }, "result": { - "item": "thresholds:compression_chamber", + "item": "otemod:compression_chamber", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/crushing_brimstone.json b/src/main/resources/data/otemod/recipes/crushing_brimstone.json similarity index 100% rename from src/main/resources/data/thresholds/recipes/crushing_brimstone.json rename to src/main/resources/data/otemod/recipes/crushing_brimstone.json diff --git a/src/main/resources/data/thresholds/recipes/empty_spawn_egg.json b/src/main/resources/data/otemod/recipes/empty_spawn_egg.json similarity index 80% rename from src/main/resources/data/thresholds/recipes/empty_spawn_egg.json rename to src/main/resources/data/otemod/recipes/empty_spawn_egg.json index 5bd96bd..a04c76f 100644 --- a/src/main/resources/data/thresholds/recipes/empty_spawn_egg.json +++ b/src/main/resources/data/otemod/recipes/empty_spawn_egg.json @@ -10,7 +10,7 @@ } }, "result": { - "item": "thresholds:empty_spawn_egg", + "item": "otemod:empty_spawn_egg", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/encased_singularity.json b/src/main/resources/data/otemod/recipes/encased_singularity.json similarity index 69% rename from src/main/resources/data/thresholds/recipes/encased_singularity.json rename to src/main/resources/data/otemod/recipes/encased_singularity.json index 76730c3..7a2ba05 100644 --- a/src/main/resources/data/thresholds/recipes/encased_singularity.json +++ b/src/main/resources/data/otemod/recipes/encased_singularity.json @@ -10,11 +10,11 @@ "tag": "forge:stone" }, "Z": { - "item": "thresholds:stable_singularity" + "item": "otemod:stable_singularity" } }, "result": { - "item": "thresholds:encased_singularity", + "item": "otemod:encased_singularity", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/eternium_block.json b/src/main/resources/data/otemod/recipes/eternium_block.json similarity index 63% rename from src/main/resources/data/thresholds/recipes/eternium_block.json rename to src/main/resources/data/otemod/recipes/eternium_block.json index fb884e9..122cbd7 100644 --- a/src/main/resources/data/thresholds/recipes/eternium_block.json +++ b/src/main/resources/data/otemod/recipes/eternium_block.json @@ -1,17 +1,17 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "CCC", - "CCC", - "CCC" - ], - "key": { - "C": { - "item": "thresholds:eternium_ingot" - } - }, - "result": { - "item": "thresholds:eternium_block", - "count": 1 - } -} +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CCC", + "CCC" + ], + "key": { + "C": { + "item": "otemod:eternium_ingot" + } + }, + "result": { + "item": "otemod:eternium_block", + "count": 1 + } +} diff --git a/src/main/resources/data/thresholds/recipes/eternium_block_to_ingot.json b/src/main/resources/data/otemod/recipes/eternium_block_to_ingot.json similarity index 57% rename from src/main/resources/data/thresholds/recipes/eternium_block_to_ingot.json rename to src/main/resources/data/otemod/recipes/eternium_block_to_ingot.json index 2ce5813..f053992 100644 --- a/src/main/resources/data/thresholds/recipes/eternium_block_to_ingot.json +++ b/src/main/resources/data/otemod/recipes/eternium_block_to_ingot.json @@ -1,12 +1,12 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "thresholds:eternium_block" - } - ], - "result": { - "item": "thresholds:eternium_ingot", - "count": 9 - } +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:eternium_block" + } + ], + "result": { + "item": "otemod:eternium_ingot", + "count": 9 + } } \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/eternium_ingot.json b/src/main/resources/data/otemod/recipes/eternium_ingot.json new file mode 100644 index 0000000..86f6c8f --- /dev/null +++ b/src/main/resources/data/otemod/recipes/eternium_ingot.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:smelting", + "ingredient": [ + { + "item": "otemod:eternium_ore" + }, + { + "item": "otemod:eternium_ore_block" + }, + { + "item": "otemod:deepslate_eternium_ore_block" + } + ], + "result": "otemod:eternium_ingot", + "experience": 0.5, + "cookingtime": 25 +} diff --git a/src/main/resources/data/thresholds/recipes/eternium_rod.json b/src/main/resources/data/otemod/recipes/eternium_rod.json similarity index 82% rename from src/main/resources/data/thresholds/recipes/eternium_rod.json rename to src/main/resources/data/otemod/recipes/eternium_rod.json index 7756389..165aed2 100644 --- a/src/main/resources/data/thresholds/recipes/eternium_rod.json +++ b/src/main/resources/data/otemod/recipes/eternium_rod.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": - [ - "ccc", - "ggg", - "ccc"], - "key": { - "c": { - "item": "minecraft:obsidian" - }, - "g": { - "tag": "forge:ingots/eternium" - } - }, - "result": { - "item": "thresholds:eternium_rod", - "count": 2 - } -} +{ + "type": "minecraft:crafting_shaped", + "pattern": + [ + "ccc", + "ggg", + "ccc"], + "key": { + "c": { + "item": "minecraft:obsidian" + }, + "g": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "otemod:eternium_rod", + "count": 2 + } +} diff --git a/src/main/resources/data/thresholds/recipes/holosphere.json.old b/src/main/resources/data/otemod/recipes/holosphere.json.old similarity index 95% rename from src/main/resources/data/thresholds/recipes/holosphere.json.old rename to src/main/resources/data/otemod/recipes/holosphere.json.old index 8747ed3..2abcab7 100644 --- a/src/main/resources/data/thresholds/recipes/holosphere.json.old +++ b/src/main/resources/data/otemod/recipes/holosphere.json.old @@ -1,27 +1,27 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " I ", - "IXI", - " I " - ], - "key": { - "X": { - "item": "minecraft:iron_block" - }, - "I": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "tetra:holo", - "count": 1, - "nbt": { - "id": "9503de92-046c-4d61-8afe-8c0d71c6afae", - "holo/core": "holo/core", - "holo/core_material": "core/dim", - "holo/frame": "holo/frame", - "holo/frame_material": "frame/ancient" - } - } +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " I ", + "IXI", + " I " + ], + "key": { + "X": { + "item": "minecraft:iron_block" + }, + "I": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "tetra:holo", + "count": 1, + "nbt": { + "id": "9503de92-046c-4d61-8afe-8c0d71c6afae", + "holo/core": "holo/core", + "holo/core_material": "core/dim", + "holo/frame": "holo/frame", + "holo/frame_material": "frame/ancient" + } + } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/ihan_crystal.json b/src/main/resources/data/otemod/recipes/ihan_crystal.json similarity index 71% rename from src/main/resources/data/thresholds/recipes/ihan_crystal.json rename to src/main/resources/data/otemod/recipes/ihan_crystal.json index 76fc1bb..f6d024c 100644 --- a/src/main/resources/data/thresholds/recipes/ihan_crystal.json +++ b/src/main/resources/data/otemod/recipes/ihan_crystal.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " F ", - "FGF", - " F " - ], - "key": { - "F": { - "tag": "forge:ingots/eternium" - }, - "G": { - "item": "thresholds:melted_ender_pearl" - } - }, - "result": { - "item": "thresholds:ihan_crystal", - "count": 1 - } +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " F ", + "FGF", + " F " + ], + "key": { + "F": { + "tag": "forge:ingots/eternium" + }, + "G": { + "item": "otemod:melted_ender_pearl" + } + }, + "result": { + "item": "otemod:ihan_crystal", + "count": 1 + } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/ilusium_block.json b/src/main/resources/data/otemod/recipes/ilusium_block.json similarity index 66% rename from src/main/resources/data/thresholds/recipes/ilusium_block.json rename to src/main/resources/data/otemod/recipes/ilusium_block.json index 1bc4226..c17b8dc 100644 --- a/src/main/resources/data/thresholds/recipes/ilusium_block.json +++ b/src/main/resources/data/otemod/recipes/ilusium_block.json @@ -7,11 +7,11 @@ ], "key": { "C": { - "item": "thresholds:ilusium_ingot" + "item": "otemod:ilusium_ingot" } }, "result": { - "item": "thresholds:ilusium_block", + "item": "otemod:ilusium_block", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/ilusium_block_to_ingot.json b/src/main/resources/data/otemod/recipes/ilusium_block_to_ingot.json similarity index 79% rename from src/main/resources/data/thresholds/recipes/ilusium_block_to_ingot.json rename to src/main/resources/data/otemod/recipes/ilusium_block_to_ingot.json index ffa6083..f9f8396 100644 --- a/src/main/resources/data/thresholds/recipes/ilusium_block_to_ingot.json +++ b/src/main/resources/data/otemod/recipes/ilusium_block_to_ingot.json @@ -6,7 +6,7 @@ } ], "result": { - "item": "thresholds:ilusium_ingot", + "item": "otemod:ilusium_ingot", "count": 9 } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/ilusium_ingot_from_ore.json b/src/main/resources/data/otemod/recipes/ilusium_ingot_from_ore.json similarity index 78% rename from src/main/resources/data/thresholds/recipes/ilusium_ingot_from_ore.json rename to src/main/resources/data/otemod/recipes/ilusium_ingot_from_ore.json index a0bfddf..2cec232 100644 --- a/src/main/resources/data/thresholds/recipes/ilusium_ingot_from_ore.json +++ b/src/main/resources/data/otemod/recipes/ilusium_ingot_from_ore.json @@ -5,7 +5,7 @@ "tag": "forge:ores/ilusium" } ], - "result": "thresholds:ilusium_ingot", + "result": "otemod:ilusium_ingot", "experience": 3, "cookingtime": 600 } diff --git a/src/main/resources/data/thresholds/recipes/ilusium_rod.json b/src/main/resources/data/otemod/recipes/ilusium_rod.json similarity index 67% rename from src/main/resources/data/thresholds/recipes/ilusium_rod.json rename to src/main/resources/data/otemod/recipes/ilusium_rod.json index a9cb2d3..dd0ebd0 100644 --- a/src/main/resources/data/thresholds/recipes/ilusium_rod.json +++ b/src/main/resources/data/otemod/recipes/ilusium_rod.json @@ -7,11 +7,11 @@ ], "key": { "C": { - "item": "thresholds:ilusium_ingot" + "item": "otemod:ilusium_ingot" } }, "result": { - "item": "thresholds:ilusium_rod", + "item": "otemod:ilusium_rod", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/item_scrubber.json b/src/main/resources/data/otemod/recipes/item_scrubber.json similarity index 58% rename from src/main/resources/data/thresholds/recipes/item_scrubber.json rename to src/main/resources/data/otemod/recipes/item_scrubber.json index 3790713..254f7f3 100644 --- a/src/main/resources/data/thresholds/recipes/item_scrubber.json +++ b/src/main/resources/data/otemod/recipes/item_scrubber.json @@ -1,19 +1,19 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "A": { - "item": "thresholds:scrubber_frame" - }, - "B": { - "item": "thresholds:singularity" - } - }, - "pattern": [ - "AAA", - "ABA", - "AAA" - ], - "result":{ - "item": "thresholds:item_scrubber" - } +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "otemod:scrubber_frame" + }, + "B": { + "item": "otemod:singularity" + } + }, + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "result":{ + "item": "otemod:item_scrubber" + } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/layered_compressed_obsidian_block.json b/src/main/resources/data/otemod/recipes/layered_compressed_obsidian_block.json similarity index 57% rename from src/main/resources/data/thresholds/recipes/layered_compressed_obsidian_block.json rename to src/main/resources/data/otemod/recipes/layered_compressed_obsidian_block.json index 58da2a1..2ab6a55 100644 --- a/src/main/resources/data/thresholds/recipes/layered_compressed_obsidian_block.json +++ b/src/main/resources/data/otemod/recipes/layered_compressed_obsidian_block.json @@ -7,11 +7,11 @@ ], "key": { "Q": { - "item": "thresholds:layered_compressed_obsidian_sheet" + "item": "otemod:layered_compressed_obsidian_sheet" } }, "result": { - "item": "thresholds:layered_compressed_obsidian_block", + "item": "otemod:layered_compressed_obsidian_block", "count": 1 } } diff --git a/src/main/resources/data/otemod/recipes/layered_obsidian_decompress.json b/src/main/resources/data/otemod/recipes/layered_obsidian_decompress.json new file mode 100644 index 0000000..e8c74b2 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/layered_obsidian_decompress.json @@ -0,0 +1,12 @@ +{ + "type": "mekanism:crushing", + "input": { + "ingredient": { + "item": "otemod:layered_compressed_obsidian_block" + } + }, + "output": { + "item": "otemod:compressed_obsidian_block", + "count": 9 + } +} diff --git a/src/main/resources/data/thresholds/recipes/leather_from_rotten_flesh.json b/src/main/resources/data/otemod/recipes/leather_from_rotten_flesh.json similarity index 100% rename from src/main/resources/data/thresholds/recipes/leather_from_rotten_flesh.json rename to src/main/resources/data/otemod/recipes/leather_from_rotten_flesh.json diff --git a/src/main/resources/data/thresholds/recipes/magical_scrubber.json b/src/main/resources/data/otemod/recipes/magical_scrubber.json similarity index 58% rename from src/main/resources/data/thresholds/recipes/magical_scrubber.json rename to src/main/resources/data/otemod/recipes/magical_scrubber.json index b10f13a..95b02b9 100644 --- a/src/main/resources/data/thresholds/recipes/magical_scrubber.json +++ b/src/main/resources/data/otemod/recipes/magical_scrubber.json @@ -1,19 +1,19 @@ -{ - "type": "minecraft:crafting_shaped", - "key": { - "A": { - "item": "thresholds:scrubber_frame" - }, - "B": { - "item": "thresholds:item_scrubber" - } - }, - "pattern": [ - "AAA", - "ABA", - "AAA" - ], - "result":{ - "item": "thresholds:magical_scrubber" - } +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "otemod:scrubber_frame" + }, + "B": { + "item": "otemod:item_scrubber" + } + }, + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "result":{ + "item": "otemod:magical_scrubber" + } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/melted_ender_pearl.json b/src/main/resources/data/otemod/recipes/melted_ender_pearl.json similarity index 76% rename from src/main/resources/data/thresholds/recipes/melted_ender_pearl.json rename to src/main/resources/data/otemod/recipes/melted_ender_pearl.json index dde3725..ed9cbd3 100644 --- a/src/main/resources/data/thresholds/recipes/melted_ender_pearl.json +++ b/src/main/resources/data/otemod/recipes/melted_ender_pearl.json @@ -5,7 +5,7 @@ "item": "minecraft:ender_pearl" } ], - "result": "thresholds:melted_ender_pearl", + "result": "otemod:melted_ender_pearl", "experience": 3, "cookingtime": 60 } diff --git a/src/main/resources/data/thresholds/recipes/obsidian_decompress.json b/src/main/resources/data/otemod/recipes/obsidian_decompress.json similarity index 73% rename from src/main/resources/data/thresholds/recipes/obsidian_decompress.json rename to src/main/resources/data/otemod/recipes/obsidian_decompress.json index 7e62713..7dda5f9 100644 --- a/src/main/resources/data/thresholds/recipes/obsidian_decompress.json +++ b/src/main/resources/data/otemod/recipes/obsidian_decompress.json @@ -2,7 +2,7 @@ "type": "mekanism:crushing", "input": { "ingredient": { - "item": "thresholds:compressed_obsidian_block" + "item": "otemod:compressed_obsidian_block" } }, "output": { diff --git a/src/main/resources/data/thresholds/recipes/poss_ball.json b/src/main/resources/data/otemod/recipes/poss_ball.json similarity index 87% rename from src/main/resources/data/thresholds/recipes/poss_ball.json rename to src/main/resources/data/otemod/recipes/poss_ball.json index 4605faa..5050958 100644 --- a/src/main/resources/data/thresholds/recipes/poss_ball.json +++ b/src/main/resources/data/otemod/recipes/poss_ball.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "thresholds:poss_ball", + "item": "otemod:poss_ball", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/sandpaper/bop_rosequartz_polish.json b/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_polish.json similarity index 100% rename from src/main/resources/data/thresholds/recipes/sandpaper/bop_rosequartz_polish.json rename to src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_polish.json diff --git a/src/main/resources/data/thresholds/recipes/scrubber_frame.json b/src/main/resources/data/otemod/recipes/scrubber_frame.json similarity index 67% rename from src/main/resources/data/thresholds/recipes/scrubber_frame.json rename to src/main/resources/data/otemod/recipes/scrubber_frame.json index 61d5b40..c1d8765 100644 --- a/src/main/resources/data/thresholds/recipes/scrubber_frame.json +++ b/src/main/resources/data/otemod/recipes/scrubber_frame.json @@ -1,20 +1,20 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " c ", - "r r", - " c " - ], - "key": { - "c": { - "item": "thresholds:scrubber_frame_piece" - }, - "r": { - "tag": "forge:rods/eternium" - } - }, - "result": { - "item": "thresholds:scrubber_frame", - "count": 1 - } -} +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " c ", + "r r", + " c " + ], + "key": { + "c": { + "item": "otemod:scrubber_frame_piece" + }, + "r": { + "tag": "forge:rods/eternium" + } + }, + "result": { + "item": "otemod:scrubber_frame", + "count": 1 + } +} diff --git a/src/main/resources/data/thresholds/recipes/scrubber_frame_piece.json b/src/main/resources/data/otemod/recipes/scrubber_frame_piece.json similarity index 64% rename from src/main/resources/data/thresholds/recipes/scrubber_frame_piece.json rename to src/main/resources/data/otemod/recipes/scrubber_frame_piece.json index 833b964..7d29baa 100644 --- a/src/main/resources/data/thresholds/recipes/scrubber_frame_piece.json +++ b/src/main/resources/data/otemod/recipes/scrubber_frame_piece.json @@ -1,16 +1,16 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": ["cgc"], - "key": { - "c": { - "item": "thresholds:stable_singularity" - }, - "g": { - "tag": "forge:rods/eternium" - } - }, - "result": { - "item": "thresholds:scrubber_frame_piece", - "count": 1 - } -} +{ + "type": "minecraft:crafting_shaped", + "pattern": ["cgc"], + "key": { + "c": { + "item": "otemod:stable_singularity" + }, + "g": { + "tag": "forge:rods/eternium" + } + }, + "result": { + "item": "otemod:scrubber_frame_piece", + "count": 1 + } +} diff --git a/src/main/resources/data/thresholds/recipes/tetra/seeping_bedrock.json b/src/main/resources/data/otemod/recipes/tetra/seeping_bedrock.json similarity index 100% rename from src/main/resources/data/thresholds/recipes/tetra/seeping_bedrock.json rename to src/main/resources/data/otemod/recipes/tetra/seeping_bedrock.json diff --git a/src/main/resources/data/thresholds/recipes/unstable_singularity.json b/src/main/resources/data/otemod/recipes/unstable_singularity.json similarity index 68% rename from src/main/resources/data/thresholds/recipes/unstable_singularity.json rename to src/main/resources/data/otemod/recipes/unstable_singularity.json index 1f9d111..c0ea324 100644 --- a/src/main/resources/data/thresholds/recipes/unstable_singularity.json +++ b/src/main/resources/data/otemod/recipes/unstable_singularity.json @@ -6,11 +6,11 @@ "item": "minecraft:feather" }, "b": { - "item": "thresholds:stable_singularity" + "item": "otemod:stable_singularity" } }, "result": { - "item": "thresholds:singularity", + "item": "otemod:singularity", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/upgrades/tinker_sword_egging.json b/src/main/resources/data/otemod/recipes/upgrades/tinker_sword_egging.json similarity index 76% rename from src/main/resources/data/thresholds/recipes/upgrades/tinker_sword_egging.json rename to src/main/resources/data/otemod/recipes/upgrades/tinker_sword_egging.json index 40b7d3d..16dae21 100644 --- a/src/main/resources/data/thresholds/recipes/upgrades/tinker_sword_egging.json +++ b/src/main/resources/data/otemod/recipes/upgrades/tinker_sword_egging.json @@ -6,14 +6,14 @@ } ], "tools": { - "tag": "thresholds:modifiable/eternium" + "tag": "otemod:modifiable/eternium" }, "slots": { "upgrades": 1 }, "allow_crystal": true, "result": { - "name": "thresholds:eggables", + "name": "otemod:eggables", "level": 1 }, "max_level": 6 diff --git a/src/main/resources/data/otemod/recipes/vault.json b/src/main/resources/data/otemod/recipes/vault.json new file mode 100644 index 0000000..196325c --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault.json @@ -0,0 +1,41 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ABC", + "DEF", + "GHZ" + ], + "key": { + "A": { + "item": "otemod:vault_fragment_upper_left" + }, + "B": { + "item": "otemod:vault_fragment_upper" + }, + "C": { + "item": "otemod:vault_fragment_upper_right" + }, + "D": { + "item": "otemod:vault_fragment_left" + }, + "E": { + "item": "otemod:vault_fragment_center" + }, + "F": { + "item": "otemod:vault_fragment_right" + }, + "G": { + "item": "otemod:vault_fragment_lower_left" + }, + "H": { + "item": "otemod:vault_fragment_lower" + }, + "Z": { + "item": "otemod:vault_fragment_lower_right" + } + }, + "result": { + "item": "otemod:vault", + "count": 1 + } +} diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_bottom.json b/src/main/resources/data/otemod/recipes/vault_fragment_bottom.json similarity index 70% rename from src/main/resources/data/thresholds/recipes/vault_fragment_bottom.json rename to src/main/resources/data/otemod/recipes/vault_fragment_bottom.json index 38b5df2..2e4192d 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_bottom.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_bottom.json @@ -7,14 +7,14 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" }, "E": { "tag": "forge:ingots/eternium" } }, "result": { - "item": "thresholds:vault_fragment_lower", + "item": "otemod:vault_fragment_lower", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_center.json b/src/main/resources/data/otemod/recipes/vault_fragment_center.json similarity index 72% rename from src/main/resources/data/thresholds/recipes/vault_fragment_center.json rename to src/main/resources/data/otemod/recipes/vault_fragment_center.json index 711a0ea..06e120d 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_center.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_center.json @@ -7,14 +7,14 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" }, "E": { "tag": "forge:ingots/eternium" } }, "result": { - "item": "thresholds:vault_fragment_center", + "item": "otemod:vault_fragment_center", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_left.json b/src/main/resources/data/otemod/recipes/vault_fragment_left.json similarity index 70% rename from src/main/resources/data/thresholds/recipes/vault_fragment_left.json rename to src/main/resources/data/otemod/recipes/vault_fragment_left.json index e181de5..8af48b1 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_left.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_left.json @@ -7,14 +7,14 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" }, "E": { "tag": "forge:ingots/eternium" } }, "result": { - "item": "thresholds:vault_fragment_left", + "item": "otemod:vault_fragment_left", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_lower_left.json b/src/main/resources/data/otemod/recipes/vault_fragment_lower_left.json similarity index 67% rename from src/main/resources/data/thresholds/recipes/vault_fragment_lower_left.json rename to src/main/resources/data/otemod/recipes/vault_fragment_lower_left.json index 5a69411..4e036f3 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_lower_left.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_lower_left.json @@ -6,14 +6,14 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" }, "E": { "tag": "forge:ingots/eternium" } }, "result": { - "item": "thresholds:vault_fragment_lower_left", + "item": "otemod:vault_fragment_lower_left", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_lower_right.json b/src/main/resources/data/otemod/recipes/vault_fragment_lower_right.json similarity index 60% rename from src/main/resources/data/thresholds/recipes/vault_fragment_lower_right.json rename to src/main/resources/data/otemod/recipes/vault_fragment_lower_right.json index 3fcebd3..98a312c 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_lower_right.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_lower_right.json @@ -6,11 +6,11 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" } }, "result": { - "item": "thresholds:vault_fragment_lower_right", + "item": "otemod:vault_fragment_lower_right", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_right.json b/src/main/resources/data/otemod/recipes/vault_fragment_right.json similarity index 63% rename from src/main/resources/data/thresholds/recipes/vault_fragment_right.json rename to src/main/resources/data/otemod/recipes/vault_fragment_right.json index 3e92468..e3773ac 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_right.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_right.json @@ -7,11 +7,11 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" } }, "result": { - "item": "thresholds:vault_fragment_right", + "item": "otemod:vault_fragment_right", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_top.json b/src/main/resources/data/otemod/recipes/vault_fragment_top.json similarity index 70% rename from src/main/resources/data/thresholds/recipes/vault_fragment_top.json rename to src/main/resources/data/otemod/recipes/vault_fragment_top.json index 33d7d8a..c1c7fc5 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_top.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_top.json @@ -7,14 +7,14 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" }, "E": { "tag": "forge:ingots/eternium" } }, "result": { - "item": "thresholds:vault_fragment_upper", + "item": "otemod:vault_fragment_upper", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_upper_left.json b/src/main/resources/data/otemod/recipes/vault_fragment_upper_left.json similarity index 67% rename from src/main/resources/data/thresholds/recipes/vault_fragment_upper_left.json rename to src/main/resources/data/otemod/recipes/vault_fragment_upper_left.json index 93f7aee..df0c00c 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_upper_left.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_upper_left.json @@ -6,14 +6,14 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" }, "E": { "tag": "forge:ingots/eternium" } }, "result": { - "item": "thresholds:vault_fragment_upper_left", + "item": "otemod:vault_fragment_upper_left", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vault_fragment_upper_right.json b/src/main/resources/data/otemod/recipes/vault_fragment_upper_right.json similarity index 60% rename from src/main/resources/data/thresholds/recipes/vault_fragment_upper_right.json rename to src/main/resources/data/otemod/recipes/vault_fragment_upper_right.json index fa7b09f..b1990e9 100644 --- a/src/main/resources/data/thresholds/recipes/vault_fragment_upper_right.json +++ b/src/main/resources/data/otemod/recipes/vault_fragment_upper_right.json @@ -6,11 +6,11 @@ ], "key": { "#": { - "item": "thresholds:vault_steel_ingot" + "item": "otemod:vault_steel_ingot" } }, "result": { - "item": "thresholds:vault_fragment_upper_right", + "item": "otemod:vault_fragment_upper_right", "count": 1 } } diff --git a/src/main/resources/data/thresholds/recipes/vaultsteel_ingot.json b/src/main/resources/data/otemod/recipes/vaultsteel_ingot.json similarity index 75% rename from src/main/resources/data/thresholds/recipes/vaultsteel_ingot.json rename to src/main/resources/data/otemod/recipes/vaultsteel_ingot.json index 2e845c4..5b036bb 100644 --- a/src/main/resources/data/thresholds/recipes/vaultsteel_ingot.json +++ b/src/main/resources/data/otemod/recipes/vaultsteel_ingot.json @@ -3,7 +3,7 @@ "ingredient": { "tag": "forge:ores/vaultsteel" }, - "result": "thresholds:vault_steel_ingot", + "result": "otemod:vault_steel_ingot", "experience": 25, "cookingtime": 600 } diff --git a/src/main/resources/data/thresholds/tags/modifiable/eternium.json b/src/main/resources/data/otemod/tags/modifiable/eternium.json similarity index 100% rename from src/main/resources/data/thresholds/tags/modifiable/eternium.json rename to src/main/resources/data/otemod/tags/modifiable/eternium.json diff --git a/src/main/resources/data/thresholds/tags/modifiers/gems.json b/src/main/resources/data/otemod/tags/modifiers/gems.json similarity index 67% rename from src/main/resources/data/thresholds/tags/modifiers/gems.json rename to src/main/resources/data/otemod/tags/modifiers/gems.json index 12a119b..63abc0c 100644 --- a/src/main/resources/data/thresholds/tags/modifiers/gems.json +++ b/src/main/resources/data/otemod/tags/modifiers/gems.json @@ -2,7 +2,7 @@ "replace": false, "values": [ { - "id": "thresholds:eternium_ingot", + "id": "otemod:eternium_ingot", "required": false } ] diff --git a/src/main/resources/data/otemod/tags/vaultsteel_loot.json b/src/main/resources/data/otemod/tags/vaultsteel_loot.json new file mode 100644 index 0000000..a144780 --- /dev/null +++ b/src/main/resources/data/otemod/tags/vaultsteel_loot.json @@ -0,0 +1,5 @@ +{ + "values": [ + "otemod:vault_steel_ingot" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tinkering/enchantments_to_modifiers.json b/src/main/resources/data/otemod/tinkering/enchantments_to_modifiers.json new file mode 100644 index 0000000..bde1dc6 --- /dev/null +++ b/src/main/resources/data/otemod/tinkering/enchantments_to_modifiers.json @@ -0,0 +1,3 @@ +{ + "otemod:mob_egging": "otemod:eggables" +} \ No newline at end of file diff --git a/src/main/resources/data/thresholds/tinkering/materials/traits/eggables.json b/src/main/resources/data/otemod/tinkering/materials/traits/eggables.json similarity index 53% rename from src/main/resources/data/thresholds/tinkering/materials/traits/eggables.json rename to src/main/resources/data/otemod/tinkering/materials/traits/eggables.json index 5186453..6c06468 100644 --- a/src/main/resources/data/thresholds/tinkering/materials/traits/eggables.json +++ b/src/main/resources/data/otemod/tinkering/materials/traits/eggables.json @@ -1,6 +1,6 @@ { "default":{ - "name": "thresholds:eggables", + "name": "otemod:eggables", "level": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/tinkering/modifiers/eggables.json b/src/main/resources/data/otemod/tinkering/modifiers/eggables.json similarity index 75% rename from src/main/resources/data/thresholds/tinkering/modifiers/eggables.json rename to src/main/resources/data/otemod/tinkering/modifiers/eggables.json index cca9124..fd9a142 100644 --- a/src/main/resources/data/thresholds/tinkering/modifiers/eggables.json +++ b/src/main/resources/data/otemod/tinkering/modifiers/eggables.json @@ -2,7 +2,7 @@ "type": "tconstruct:loot", "level_display": "tconstruct:default", "enchantment": { - "name": "thresholds:mob_egging", + "name": "otemod:mob_egging", "level": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/worldgen/configured_feature/eternium_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/configured_feature/eternium_oregen_overworld.json similarity index 79% rename from src/main/resources/data/thresholds/worldgen/configured_feature/eternium_oregen_overworld.json rename to src/main/resources/data/otemod/worldgen/configured_feature/eternium_oregen_overworld.json index 4e1b23f..5a345bb 100644 --- a/src/main/resources/data/thresholds/worldgen/configured_feature/eternium_oregen_overworld.json +++ b/src/main/resources/data/otemod/worldgen/configured_feature/eternium_oregen_overworld.json @@ -1,27 +1,27 @@ -{ - "type": "minecraft:ore", - "config": { - "size": 8, - "discard_chance_on_air_exposure": 0, - "targets": [ - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:stone_ore_replaceables" - }, - "state": { - "Name": "thresholds:eternium_ore_block" - } - }, - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - }, - "state": { - "Name": "thresholds:deepslate_eternium_ore_block" - } - } - ] - } +{ + "type": "minecraft:ore", + "config": { + "size": 8, + "discard_chance_on_air_exposure": 0, + "targets": [ + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:stone_ore_replaceables" + }, + "state": { + "Name": "otemod:eternium_ore_block" + } + }, + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + }, + "state": { + "Name": "otemod:deepslate_eternium_ore_block" + } + } + ] + } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/worldgen/configured_feature/ilusium_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/configured_feature/ilusium_oregen_overworld.json similarity index 91% rename from src/main/resources/data/thresholds/worldgen/configured_feature/ilusium_oregen_overworld.json rename to src/main/resources/data/otemod/worldgen/configured_feature/ilusium_oregen_overworld.json index 0a46694..cf10da2 100644 --- a/src/main/resources/data/thresholds/worldgen/configured_feature/ilusium_oregen_overworld.json +++ b/src/main/resources/data/otemod/worldgen/configured_feature/ilusium_oregen_overworld.json @@ -10,7 +10,7 @@ "tag": "minecraft:stone_ore_replaceables" }, "state": { - "Name": "thresholds:ilusium_ore_block" + "Name": "otemod:ilusium_ore_block" } }, { diff --git a/src/main/resources/data/thresholds/worldgen/configured_feature/vaultsteel_oregen_nether.json b/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_nether.json similarity index 83% rename from src/main/resources/data/thresholds/worldgen/configured_feature/vaultsteel_oregen_nether.json rename to src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_nether.json index 36ddfa7..649898f 100644 --- a/src/main/resources/data/thresholds/worldgen/configured_feature/vaultsteel_oregen_nether.json +++ b/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_nether.json @@ -10,7 +10,7 @@ "tag": "minecraft:base_stone_nether" }, "state": { - "Name": "thresholds:nether_vault_steel_ore_block" + "Name": "otemod:nether_vault_steel_ore_block" } } ] diff --git a/src/main/resources/data/thresholds/worldgen/configured_feature/vaultsteel_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_overworld.json similarity index 82% rename from src/main/resources/data/thresholds/worldgen/configured_feature/vaultsteel_oregen_overworld.json rename to src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_overworld.json index d98168c..d758775 100644 --- a/src/main/resources/data/thresholds/worldgen/configured_feature/vaultsteel_oregen_overworld.json +++ b/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_overworld.json @@ -1,18 +1,18 @@ -{ - "type": "minecraft:ore", - "config": { - "size": 4, - "discard_chance_on_air_exposure": 0.5, - "targets": [ - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "minecraft:deepslate_ore_replaceables" - }, - "state": { - "Name": "thresholds:vault_steel_ore_block" - } - } - ] - } +{ + "type": "minecraft:ore", + "config": { + "size": 4, + "discard_chance_on_air_exposure": 0.5, + "targets": [ + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + }, + "state": { + "Name": "otemod:vault_steel_ore_block" + } + } + ] + } } \ No newline at end of file diff --git a/src/main/resources/data/thresholds/worldgen/noise_settings/resource.json b/src/main/resources/data/otemod/worldgen/noise_settings/resource.json similarity index 97% rename from src/main/resources/data/thresholds/worldgen/noise_settings/resource.json rename to src/main/resources/data/otemod/worldgen/noise_settings/resource.json index ff029bf..13acbdb 100644 --- a/src/main/resources/data/thresholds/worldgen/noise_settings/resource.json +++ b/src/main/resources/data/otemod/worldgen/noise_settings/resource.json @@ -1,2542 +1,2542 @@ -{ - "sea_level": 63, - "disable_mob_generation": true, - "aquifers_enabled": true, - "ore_veins_enabled": true, - "legacy_random_source": false, - "default_block": { - "Name": "minecraft:stone" - }, - "default_fluid": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - }, - "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", - "erosion": "minecraft:overworld/erosion", - "depth": "minecraft:overworld_amplified/depth", - "ridges": "minecraft:overworld/ridges", - "initial_density_without_jaggedness": { - "type": "minecraft:add", - "argument1": 0.4, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": -64, - "to_y": -40, - "from_value": 0, - "to_value": 1 - }, - "argument2": { - "type": "minecraft:add", - "argument1": -0.4, - "argument2": { - "type": "minecraft:add", - "argument1": -0.078125, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 304, - "to_y": 320, - "from_value": 1, - "to_value": 0 - }, - "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_amplified/depth", - "argument2": { - "type": "minecraft:cache_2d", - "argument": "minecraft:overworld_amplified/factor" - } - } - } - } - }, - "min": -64, - "max": 64 - } - } - } - } - } - } - }, - "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.4, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": -64, - "to_y": -40, - "from_value": 0, - "to_value": 1 - }, - "argument2": { - "type": "minecraft:add", - "argument1": -0.4, - "argument2": { - "type": "minecraft:add", - "argument1": -0.078125, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 304, - "to_y": 320, - "from_value": 1, - "to_value": 0 - }, - "argument2": { - "type": "minecraft:add", - "argument1": 0.078125, - "argument2": { - "type": "minecraft:range_choice", - "input": "minecraft:overworld_amplified/sloped_cheese", - "min_inclusive": -1000000, - "max_exclusive": 1.5625, - "when_in_range": { - "type": "minecraft:min", - "argument1": "minecraft:overworld_amplified/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": "minecraft:overworld_amplified/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": "minecraft:overworld/caves/noodle" - }, - "vein_toggle": { - "type": "minecraft:interpolated", - "argument": { - "type": "minecraft:range_choice", - "input": "minecraft:y", - "min_inclusive": -60, - "max_exclusive": 51, - "when_in_range": { - "type": "minecraft:noise", - "noise": "minecraft:ore_veininess", - "xz_scale": 1.5, - "y_scale": 1.5 - }, - "when_out_of_range": 0 - } - }, - "vein_ridged": { - "type": "minecraft:add", - "argument1": -0.07999999821186066, - "argument2": { - "type": "minecraft:max", - "argument1": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:interpolated", - "argument": { - "type": "minecraft:range_choice", - "input": "minecraft:y", - "min_inclusive": -60, - "max_exclusive": 51, - "when_in_range": { - "type": "minecraft:noise", - "noise": "minecraft:ore_vein_a", - "xz_scale": 4, - "y_scale": 4 - }, - "when_out_of_range": 0 - } - } - }, - "argument2": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:interpolated", - "argument": { - "type": "minecraft:range_choice", - "input": "minecraft:y", - "min_inclusive": -60, - "max_exclusive": 51, - "when_in_range": { - "type": "minecraft:noise", - "noise": "minecraft:ore_vein_b", - "xz_scale": 4, - "y_scale": 4 - }, - "when_out_of_range": 0 - } - } - } - } - }, - "vein_gap": { - "type": "minecraft:noise", - "noise": "minecraft:ore_gap", - "xz_scale": 1, - "y_scale": 1 - } - }, - "spawn_target": [ - { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - -0.16 - ], - "depth": 0, - "offset": 0 - }, - { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - 0.16, - 1 - ], - "depth": 0, - "offset": 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:above_preliminary_surface" - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:wooded_badlands" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 97 - }, - "surface_depth_multiplier": 2, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.909, - "max_threshold": -0.5454 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.1818, - "max_threshold": 0.1818 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.5454, - "max_threshold": 0.909 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:grass_block", - "Properties": { - "snowy": "false" - } - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - ] - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:swamp" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 62 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 63 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - } - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface_swamp", - "min_threshold": 0, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - } - } - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:mangrove_swamp" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 60 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 63 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - } - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface_swamp", - "min_threshold": 0, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - } - } - } - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:badlands", - "minecraft:eroded_badlands", - "minecraft:wooded_badlands" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 256 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:orange_terracotta" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 74 - }, - "surface_depth_multiplier": 1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.909, - "max_threshold": -0.5454 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:terracotta" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.1818, - "max_threshold": 0.1818 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:terracotta" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.5454, - "max_threshold": 0.909 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:terracotta" - } - } - }, - { - "type": "minecraft:bandlands" - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -1, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "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": "minecraft:red_sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:red_sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:hole" - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:orange_terracotta" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -6, - "surface_depth_multiplier": -1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:white_terracotta" - } - } - }, - { - "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": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 63 - }, - "surface_depth_multiplier": -1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 63 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 74 - }, - "surface_depth_multiplier": 1, - "add_stone_depth": true - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:orange_terracotta" - } - } - } - }, - { - "type": "minecraft:bandlands" - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -6, - "surface_depth_multiplier": -1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:white_terracotta" - } - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -1, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_ocean", - "minecraft:deep_frozen_ocean" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:hole" - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:air" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:temperature" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:ice" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - } - } - ] - } - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:packed_ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:packed_ice", - "min_threshold": 0, - "max_threshold": 0.2 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:packed_ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:ice", - "min_threshold": 0, - "max_threshold": 0.025 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:snowy_slopes" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.35, - "max_threshold": 0.6 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:powder_snow" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:jagged_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:grove" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.35, - "max_threshold": 0.6 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:powder_snow" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:stony_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:calcite", - "min_threshold": -0.0125, - "max_threshold": 0.0125 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:calcite" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:stony_shore" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:gravel", - "min_threshold": -0.05, - "max_threshold": 0.05 - }, - "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": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_hills" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:warm_ocean", - "minecraft:beach", - "minecraft:snowy_beach" - ] - }, - "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": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:desert" - ] - }, - "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": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:dripstone_caves" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - ] - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_savanna" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.21212121212121213, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.06060606060606061, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_gravelly_hills" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.24242424242424243, - "max_threshold": 1.7976931348623157e+308 - }, - "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": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:grass_block", - "Properties": { - "snowy": "false" - } - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - }, - { - "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": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:old_growth_pine_taiga", - "minecraft:old_growth_spruce_taiga" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.21212121212121213, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.11515151515151514, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:podzol", - "Properties": { - "snowy": "false" - } - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:ice_spikes" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:mangrove_swamp" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:mud" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:mushroom_fields" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:mycelium", - "Properties": { - "snowy": "false" - } - } - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:grass_block", - "Properties": { - "snowy": "false" - } - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - ] - } - ] - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -6, - "surface_depth_multiplier": -1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_ocean", - "minecraft:deep_frozen_ocean" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:hole" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - } - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:packed_ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:packed_ice", - "min_threshold": -0.5, - "max_threshold": 0.2 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:packed_ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:ice", - "min_threshold": -0.0625, - "max_threshold": 0.025 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:snowy_slopes" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.45, - "max_threshold": 0.58 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:powder_snow" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:jagged_peaks" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:grove" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.45, - "max_threshold": 0.58 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:powder_snow" - } - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:stony_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:calcite", - "min_threshold": -0.0125, - "max_threshold": 0.0125 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:calcite" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:stony_shore" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:gravel", - "min_threshold": -0.05, - "max_threshold": 0.05 - }, - "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": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_hills" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:warm_ocean", - "minecraft:beach", - "minecraft:snowy_beach" - ] - }, - "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": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:desert" - ] - }, - "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": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:dripstone_caves" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - ] - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_savanna" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.21212121212121213, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_gravelly_hills" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.24242424242424243, - "max_threshold": 1.7976931348623157e+308 - }, - "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": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - }, - { - "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": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:mangrove_swamp" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:mud" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:warm_ocean", - "minecraft:beach", - "minecraft:snowy_beach" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 6 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:desert" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 30 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_peaks", - "minecraft:jagged_peaks" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:warm_ocean", - "minecraft:lukewarm_ocean", - "minecraft:deep_lukewarm_ocean" - ] - }, - "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": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "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": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - ] - } - } - ] - } - }, - { - "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": "minecraft:deepslate", - "Properties": { - "axis": "y" - } - } - } - } - ] - } -} +{ + "sea_level": 63, + "disable_mob_generation": true, + "aquifers_enabled": true, + "ore_veins_enabled": true, + "legacy_random_source": false, + "default_block": { + "Name": "minecraft:stone" + }, + "default_fluid": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "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", + "erosion": "minecraft:overworld/erosion", + "depth": "minecraft:overworld_amplified/depth", + "ridges": "minecraft:overworld/ridges", + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": 0.4, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -64, + "to_y": -40, + "from_value": 0, + "to_value": 1 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -0.4, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 304, + "to_y": 320, + "from_value": 1, + "to_value": 0 + }, + "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_amplified/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "minecraft:overworld_amplified/factor" + } + } + } + } + }, + "min": -64, + "max": 64 + } + } + } + } + } + } + }, + "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.4, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -64, + "to_y": -40, + "from_value": 0, + "to_value": 1 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -0.4, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 304, + "to_y": 320, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld_amplified/sloped_cheese", + "min_inclusive": -1000000, + "max_exclusive": 1.5625, + "when_in_range": { + "type": "minecraft:min", + "argument1": "minecraft:overworld_amplified/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": "minecraft:overworld_amplified/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": "minecraft:overworld/caves/noodle" + }, + "vein_toggle": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_veininess", + "xz_scale": 1.5, + "y_scale": 1.5 + }, + "when_out_of_range": 0 + } + }, + "vein_ridged": { + "type": "minecraft:add", + "argument1": -0.07999999821186066, + "argument2": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:abs", + "argument": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_vein_a", + "xz_scale": 4, + "y_scale": 4 + }, + "when_out_of_range": 0 + } + } + }, + "argument2": { + "type": "minecraft:abs", + "argument": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_vein_b", + "xz_scale": 4, + "y_scale": 4 + }, + "when_out_of_range": 0 + } + } + } + } + }, + "vein_gap": { + "type": "minecraft:noise", + "noise": "minecraft:ore_gap", + "xz_scale": 1, + "y_scale": 1 + } + }, + "spawn_target": [ + { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + -0.16 + ], + "depth": 0, + "offset": 0 + }, + { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + 0.16, + 1 + ], + "depth": 0, + "offset": 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:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:wooded_badlands" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 97 + }, + "surface_depth_multiplier": 2, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.909, + "max_threshold": -0.5454 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.1818, + "max_threshold": 0.1818 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.5454, + "max_threshold": 0.909 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:swamp" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 62 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + } + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface_swamp", + "min_threshold": 0, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + } + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface_swamp", + "min_threshold": 0, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:badlands", + "minecraft:eroded_badlands", + "minecraft:wooded_badlands" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 256 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 74 + }, + "surface_depth_multiplier": 1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.909, + "max_threshold": -0.5454 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.1818, + "max_threshold": 0.1818 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.5454, + "max_threshold": 0.909 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:bandlands" + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "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": "minecraft:red_sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:red_sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:hole" + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:white_terracotta" + } + } + }, + { + "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": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 74 + }, + "surface_depth_multiplier": 1, + "add_stone_depth": true + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + } + }, + { + "type": "minecraft:bandlands" + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:white_terracotta" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:hole" + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:air" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:temperature" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + ] + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:packed_ice", + "min_threshold": 0, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:ice", + "min_threshold": 0, + "max_threshold": 0.025 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:snowy_slopes" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.35, + "max_threshold": 0.6 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:grove" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.35, + "max_threshold": 0.6 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:calcite", + "min_threshold": -0.0125, + "max_threshold": 0.0125 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_shore" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:gravel", + "min_threshold": -0.05, + "max_threshold": 0.05 + }, + "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": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_hills" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "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": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "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": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:dripstone_caves" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + ] + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_savanna" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.06060606060606061, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_gravelly_hills" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.24242424242424243, + "max_threshold": 1.7976931348623157e+308 + }, + "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": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "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": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:old_growth_pine_taiga", + "minecraft:old_growth_spruce_taiga" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.11515151515151514, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:podzol", + "Properties": { + "snowy": "false" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:ice_spikes" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mud" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mushroom_fields" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mycelium", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + ] + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:hole" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:packed_ice", + "min_threshold": -0.5, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:ice", + "min_threshold": -0.0625, + "max_threshold": 0.025 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:snowy_slopes" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.45, + "max_threshold": 0.58 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:grove" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.45, + "max_threshold": 0.58 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:calcite", + "min_threshold": -0.0125, + "max_threshold": 0.0125 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_shore" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:gravel", + "min_threshold": -0.05, + "max_threshold": 0.05 + }, + "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": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_hills" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "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": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "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": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:dripstone_caves" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + ] + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_savanna" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_gravelly_hills" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.24242424242424243, + "max_threshold": 1.7976931348623157e+308 + }, + "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": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + }, + { + "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": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mud" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 6 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 30 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks", + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:lukewarm_ocean", + "minecraft:deep_lukewarm_ocean" + ] + }, + "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": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "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": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + } + ] + } + }, + { + "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": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + } + } + } + ] + } +} diff --git a/src/main/resources/data/thresholds/worldgen/noise_settings/threshold.json b/src/main/resources/data/otemod/worldgen/noise_settings/threshold.json similarity index 100% rename from src/main/resources/data/thresholds/worldgen/noise_settings/threshold.json rename to src/main/resources/data/otemod/worldgen/noise_settings/threshold.json diff --git a/src/main/resources/data/thresholds/worldgen/placed_feature/eternium_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/placed_feature/eternium_oregen_overworld.json similarity index 84% rename from src/main/resources/data/thresholds/worldgen/placed_feature/eternium_oregen_overworld.json rename to src/main/resources/data/otemod/worldgen/placed_feature/eternium_oregen_overworld.json index 3f3ff4b..07bbf95 100644 --- a/src/main/resources/data/thresholds/worldgen/placed_feature/eternium_oregen_overworld.json +++ b/src/main/resources/data/otemod/worldgen/placed_feature/eternium_oregen_overworld.json @@ -1,27 +1,27 @@ -{ - "feature": "thresholds:eternium_oregen_overworld", - "placement": [ - { - "type": "minecraft:count", - "count": 8 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:trapezoid", - "min_inclusive": { - "absolute": -20 - }, - "max_inclusive": { - "absolute": 25 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} +{ + "feature": "otemod:eternium_oregen_overworld", + "placement": [ + { + "type": "minecraft:count", + "count": 8 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "min_inclusive": { + "absolute": -20 + }, + "max_inclusive": { + "absolute": 25 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} diff --git a/src/main/resources/data/thresholds/worldgen/placed_feature/ilusium_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/placed_feature/ilusium_oregen_overworld.json similarity index 89% rename from src/main/resources/data/thresholds/worldgen/placed_feature/ilusium_oregen_overworld.json rename to src/main/resources/data/otemod/worldgen/placed_feature/ilusium_oregen_overworld.json index 81b29dc..367e9c7 100644 --- a/src/main/resources/data/thresholds/worldgen/placed_feature/ilusium_oregen_overworld.json +++ b/src/main/resources/data/otemod/worldgen/placed_feature/ilusium_oregen_overworld.json @@ -1,5 +1,5 @@ { - "feature": "thresholds:ilusium_oregen_overworld", + "feature": "otemod:ilusium_oregen_overworld", "placement": [ { "type": "minecraft:count", diff --git a/src/main/resources/data/thresholds/worldgen/placed_feature/vaultsteel_oregen_nether.json b/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_nether.json similarity index 87% rename from src/main/resources/data/thresholds/worldgen/placed_feature/vaultsteel_oregen_nether.json rename to src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_nether.json index aad3b88..9385e8c 100644 --- a/src/main/resources/data/thresholds/worldgen/placed_feature/vaultsteel_oregen_nether.json +++ b/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_nether.json @@ -1,5 +1,5 @@ { - "feature": "thresholds:vaultsteel_oregen_nether", + "feature": "otemod:vaultsteel_oregen_nether", "placement": [ { "type": "minecraft:in_square" diff --git a/src/main/resources/data/thresholds/worldgen/placed_feature/vaultsteel_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_overworld.json similarity index 84% rename from src/main/resources/data/thresholds/worldgen/placed_feature/vaultsteel_oregen_overworld.json rename to src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_overworld.json index 20a4f6d..5eea671 100644 --- a/src/main/resources/data/thresholds/worldgen/placed_feature/vaultsteel_oregen_overworld.json +++ b/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_overworld.json @@ -1,27 +1,27 @@ -{ - "feature": "thresholds:vaultsteel_oregen_overworld", - "placement": [ - { - "type": "minecraft:count", - "count": 4 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:trapezoid", - "min_inclusive": { - "absolute": -63 - }, - "max_inclusive": { - "absolute": -55 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} +{ + "feature": "otemod:vaultsteel_oregen_overworld", + "placement": [ + { + "type": "minecraft:count", + "count": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "min_inclusive": { + "absolute": -63 + }, + "max_inclusive": { + "absolute": -55 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/eternium_block.json b/src/main/resources/data/thresholds/loot_tables/blocks/eternium_block.json deleted file mode 100644 index f8fb77f..0000000 --- a/src/main/resources/data/thresholds/loot_tables/blocks/eternium_block.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "thresholds:eternium_block" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] - } - \ No newline at end of file diff --git a/src/main/resources/data/thresholds/loot_tables/blocks/layered_compressed_obsidian_block.json b/src/main/resources/data/thresholds/loot_tables/blocks/layered_compressed_obsidian_block.json deleted file mode 100644 index ecfdf36..0000000 --- a/src/main/resources/data/thresholds/loot_tables/blocks/layered_compressed_obsidian_block.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "thresholds:layered_compressed_obsidian_block" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] - } - \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/compressing/layered_compressed_obsidian_sheet.json b/src/main/resources/data/thresholds/recipes/compressing/layered_compressed_obsidian_sheet.json deleted file mode 100644 index 0cdf727..0000000 --- a/src/main/resources/data/thresholds/recipes/compressing/layered_compressed_obsidian_sheet.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "thresholds:compressing", - "output": { - "item": "thresholds:layered_compressed_obsidian_sheet", - "count": 2 - }, - "input": { - "item": "thresholds:compressed_obsidian_block" - }, - "time": 20 -} \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/compressing/stable_singularity.json b/src/main/resources/data/thresholds/recipes/compressing/stable_singularity.json deleted file mode 100644 index 92d7988..0000000 --- a/src/main/resources/data/thresholds/recipes/compressing/stable_singularity.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "thresholds:compressing", - "output": { - "item": "thresholds:stable_singularity" - }, - "input": { - "item": "thresholds:layered_compressed_obsidian_block" - }, - "time": 60 -} \ No newline at end of file diff --git a/src/main/resources/data/thresholds/recipes/eternium_ingot.json b/src/main/resources/data/thresholds/recipes/eternium_ingot.json deleted file mode 100644 index 9268231..0000000 --- a/src/main/resources/data/thresholds/recipes/eternium_ingot.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:smelting", - "ingredient": [ - { - "item": "thresholds:eternium_ore" - }, - { - "item": "thresholds:eternium_ore_block" - }, - { - "item": "thresholds:deepslate_eternium_ore_block" - } - ], - "result": "thresholds:eternium_ingot", - "experience": 0.5, - "cookingtime": 25 -} diff --git a/src/main/resources/data/thresholds/recipes/layered_obsidian_decompress.json b/src/main/resources/data/thresholds/recipes/layered_obsidian_decompress.json deleted file mode 100644 index 070da0c..0000000 --- a/src/main/resources/data/thresholds/recipes/layered_obsidian_decompress.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "mekanism:crushing", - "input": { - "ingredient": { - "item": "thresholds:layered_compressed_obsidian_block" - } - }, - "output": { - "item": "thresholds:compressed_obsidian_block", - "count": 9 - } -} diff --git a/src/main/resources/data/thresholds/recipes/vault.json b/src/main/resources/data/thresholds/recipes/vault.json deleted file mode 100644 index 428954d..0000000 --- a/src/main/resources/data/thresholds/recipes/vault.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "ABC", - "DEF", - "GHZ" - ], - "key": { - "A": { - "item": "thresholds:vault_fragment_upper_left" - }, - "B": { - "item": "thresholds:vault_fragment_upper" - }, - "C": { - "item": "thresholds:vault_fragment_upper_right" - }, - "D": { - "item": "thresholds:vault_fragment_left" - }, - "E": { - "item": "thresholds:vault_fragment_center" - }, - "F": { - "item": "thresholds:vault_fragment_right" - }, - "G": { - "item": "thresholds:vault_fragment_lower_left" - }, - "H": { - "item": "thresholds:vault_fragment_lower" - }, - "Z": { - "item": "thresholds:vault_fragment_lower_right" - } - }, - "result": { - "item": "thresholds:vault", - "count": 1 - } -} diff --git a/src/main/resources/data/thresholds/tags/vaultsteel_loot.json b/src/main/resources/data/thresholds/tags/vaultsteel_loot.json deleted file mode 100644 index 3f24eff..0000000 --- a/src/main/resources/data/thresholds/tags/vaultsteel_loot.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "thresholds:vault_steel_ingot" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/thresholds/tinkering/enchantments_to_modifiers.json b/src/main/resources/data/thresholds/tinkering/enchantments_to_modifiers.json deleted file mode 100644 index 5e6c836..0000000 --- a/src/main/resources/data/thresholds/tinkering/enchantments_to_modifiers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "thresholds:mob_egging": "thresholds:eggables" -} \ No newline at end of file